Home
last modified time | relevance | path

Searched refs:zend_update_property_long (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/pecl-mustache/mustache-0.9.2/
H A Dmustache_exceptions.cpp61zend_update_property_long(MustacheParserException_ce_ptr, exception, (char *) "templateLineNo", st… in mustache_exception_handler()
62zend_update_property_long(MustacheParserException_ce_ptr, exception, (char *) "templateCharNo", st… in mustache_exception_handler()
64zend_update_property_long(MustacheParserException_ce_ptr, Z_OBJ_P(exception), (char *) "templateLi… in mustache_exception_handler()
65zend_update_property_long(MustacheParserException_ce_ptr, Z_OBJ_P(exception), (char *) "templateCh… in mustache_exception_handler()
/dports/net/pecl-rdkafka/rdkafka-4.0.4/
H A Dmessage.c54 zend_update_property_long(NULL, return_value, ZEND_STRL("err"), message->err TSRMLS_CC); in kafka_message_new()
59zend_update_property_long(NULL, return_value, ZEND_STRL("partition"), message->partition TSRMLS_CC… in kafka_message_new()
61 zend_update_property_long(NULL, return_value, ZEND_STRL("timestamp"), timestamp TSRMLS_CC); in kafka_message_new()
63 zend_update_property_long(NULL, return_value, ZEND_STRL("len"), message->len TSRMLS_CC); in kafka_message_new()
68 zend_update_property_long(NULL, return_value, ZEND_STRL("offset"), message->offset TSRMLS_CC); in kafka_message_new()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_client_coro.cc198 zend_update_property_long( in client_get_ptr()
223zend_update_property_long(Z_OBJCE_P(zobject), SW_Z8_OBJ_P(zobject), ZEND_STRL("errCode"), errno); in client_coro_new()
230zend_update_property_long(Z_OBJCE_P(zobject), SW_Z8_OBJ_P(zobject), ZEND_STRL("fd"), cli->get_fd()… in client_coro_new()
504zend_update_property_long(swoole_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("type"), type); in PHP_METHOD()
553zend_update_property_long(swoole_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("errCode"), EIS… in PHP_METHOD()
571zend_update_property_long(swoole_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("errCode"), cli… in PHP_METHOD()
605zend_update_property_long(swoole_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("errCode"), cli… in PHP_METHOD()
610 zend_update_property_long( in PHP_METHOD()
644zend_update_property_long(swoole_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("errCode"), cli… in PHP_METHOD()
675zend_update_property_long(swoole_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("errCode"), cli… in PHP_METHOD()
[all …]
H A Dswoole_channel_coro.cc159zend_update_property_long(swoole_channel_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("capacity"), c… in PHP_METHOD()
176 zend_update_property_long( in PHP_METHOD()
180 zend_update_property_long( in PHP_METHOD()
201 zend_update_property_long( in PHP_METHOD()
204 zend_update_property_long( in PHP_METHOD()
H A Dswoole_http_client_coro.cc601 zend_update_property_long( in http_parser_on_message_complete()
1373 zend_update_property_long( in recv()
1377 zend_update_property_long(swoole_http_client_coro_ce, in recv()
1384 zend_update_property_long( in recv()
1388 zend_update_property_long( in recv()
1421 zend_update_property_long( in recv()
1425 zend_update_property_long(swoole_http_client_coro_ce, in recv()
1434 zend_update_property_long( in recv()
1561 zend_update_property_long( in push()
1575 zend_update_property_long( in push()
[all …]
H A Dswoole_redis_coro.cc1214 zend_update_property_long( in swoole_redis_coro_connect()
1222 zend_update_property_long( in swoole_redis_coro_connect()
1230 zend_update_property_long( in swoole_redis_coro_connect()
1283 zend_update_property_long( in swoole_redis_coro_keep_liveness()
2355 zend_update_property_long( in PHP_METHOD()
2488 zend_update_property_long( in PHP_METHOD()
3537 zend_update_property_long( in PHP_METHOD()
3557 zend_update_property_long( in PHP_METHOD()
3600 zend_update_property_long( in PHP_METHOD()
3620 zend_update_property_long( in PHP_METHOD()
[all …]
H A Dswoole_server.cc1314 zend_update_property_long( in php_swoole_server_onReceive()
1357 zend_update_property_long( in php_swoole_server_onPacket()
1439 zend_update_property_long( in php_swoole_create_task_object()
1444 zend_update_property_long( in php_swoole_create_task_object()
1570 zend_update_property_long( in php_swoole_server_onFinish()
1803 zend_update_property_long( in php_swoole_server_onWorkerError()
1805 zend_update_property_long( in php_swoole_server_onWorkerError()
1807 zend_update_property_long( in php_swoole_server_onWorkerError()
1809 zend_update_property_long( in php_swoole_server_onWorkerError()
1848 zend_update_property_long( in php_swoole_server_onConnect()
[all …]
H A Dswoole_client.cc158 zend_update_property_long( in client_get_ptr()
669 zend_update_property_long( in php_swoole_client_new()
687zend_update_property_long(Z_OBJCE_P(zobject), SW_Z8_OBJ_P(zobject), ZEND_STRL("sock"), cli->socket… in php_swoole_client_new()
730 zend_update_property_long(swoole_client_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("type"), type); in PHP_METHOD()
818 zend_update_property_long( in PHP_METHOD()
825 zend_update_property_long( in PHP_METHOD()
869 zend_update_property_long( in PHP_METHOD()
918 zend_update_property_long( in PHP_METHOD()
975 zend_update_property_long( in PHP_METHOD()
1032 zend_update_property_long( in PHP_METHOD()
[all …]
H A Dswoole_http2_client_coro.cc113zend_update_property_long(swoole_http2_client_coro_ce, SW_Z8_OBJ_P(zobject), ZEND_STRL("errCode"),… in update_error_properties()
128 zend_update_property_long( in is_available()
408zend_update_property_long(swoole_http2_client_coro_ce, SW_Z8_OBJ_P(zobject), ZEND_STRL("errCode"),… in connect()
617zend_update_property_long(swoole_http2_client_coro_ce, SW_Z8_OBJ_P(zobject), ZEND_STRL("errCode"),… in parse_frame()
620 zend_update_property_long( in parse_frame()
706 zend_update_property_long(swoole_http2_response_ce, in parse_frame()
710zend_update_property_long(swoole_http2_response_ce, SW_Z8_OBJ_P(zresponse), ZEND_STRL("errCode"), … in parse_frame()
728 zend_update_property_long( in parse_frame()
822zend_update_property_long(swoole_http2_client_coro_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("port"), … in PHP_METHOD()
940 zend_update_property_long(swoole_http2_response_ce, in parse_header()
[all …]
H A Dswoole_process_pool.cc538zend_update_property_long(swoole_process_pool_ce, SW_Z8_OBJ_P(ZEND_THIS), ZEND_STRL("master_pid"),… in PHP_METHOD()
603zend_update_property_long(swoole_process_ce, SW_Z8_OBJ_P(zprocess), ZEND_STRL("id"), SwooleG.proce… in PHP_METHOD()
604zend_update_property_long(swoole_process_ce, SW_Z8_OBJ_P(zprocess), ZEND_STRL("pid"), worker->pid); in PHP_METHOD()
616 zend_update_property_long( in PHP_METHOD()
628zend_update_property_long(swoole_process_ce, SW_Z8_OBJ_P(zprocess), ZEND_STRL("pid"), _worker->pid… in PHP_METHOD()
/dports/archivers/pecl-rar/rar-4.2.0/
H A Drarentry.c112 zend_update_property_long(rar_class_entry_ptr, obj, "position", in _rar_entry_to_zval()
116 zend_update_property_long(rar_class_entry_ptr, obj, "unpacked_size", in _rar_entry_to_zval()
118 zend_update_property_long(rar_class_entry_ptr, obj, "packed_size", in _rar_entry_to_zval()
120 zend_update_property_long(rar_class_entry_ptr, obj, "host_os", in _rar_entry_to_zval()
131 zend_update_property_long(rar_class_entry_ptr, obj, "attr", in _rar_entry_to_zval()
133 zend_update_property_long(rar_class_entry_ptr, obj, "version", in _rar_entry_to_zval()
135 zend_update_property_long(rar_class_entry_ptr, obj, "method", in _rar_entry_to_zval()
137 zend_update_property_long(rar_class_entry_ptr, obj, "flags", in _rar_entry_to_zval()
140 zend_update_property_long(rar_class_entry_ptr, obj, "redir_type", in _rar_entry_to_zval()
/dports/net/pecl-amqp/amqp-1.10.2/
H A Damqp_basic_properties.c130zend_update_property_long(this_ce, getThis(), ZEND_STRL("delivery_mode"), delivery_mode TSRMLS_CC); in PHP_METHOD()
131 zend_update_property_long(this_ce, getThis(), ZEND_STRL("priority"), priority TSRMLS_CC); in PHP_METHOD()
138 zend_update_property_long(this_ce, getThis(), ZEND_STRL("timestamp"), timestamp TSRMLS_CC); in PHP_METHOD()
548zend_update_property_long(this_ce, obj, ZEND_STRL("delivery_mode"), (PHP5to7_param_long_type_t) p-… in php_amqp_basic_properties_extract()
551zend_update_property_long(this_ce, obj, ZEND_STRL("delivery_mode"), AMQP_DELIVERY_NONPERSISTENT TS… in php_amqp_basic_properties_extract()
555zend_update_property_long(this_ce, obj, ZEND_STRL("priority"), (PHP5to7_param_long_type_t) p->prio… in php_amqp_basic_properties_extract()
558 zend_update_property_long(this_ce, obj, ZEND_STRL("priority"), 0 TSRMLS_CC); in php_amqp_basic_properties_extract()
590zend_update_property_long(this_ce, obj, ZEND_STRL("timestamp"), (PHP5to7_param_long_type_t) p->tim… in php_amqp_basic_properties_extract()
593 zend_update_property_long(this_ce, obj, ZEND_STRL("timestamp"), 0 TSRMLS_CC); in php_amqp_basic_properties_extract()
H A Damqp_channel.c357zend_update_property_long(this_ce, getThis(), ZEND_STRL("prefetch_size"), INI_INT("amqp.prefetch_s… in PHP_METHOD()
583zend_update_property_long(this_ce, getThis(), ZEND_STRL("prefetch_count"), prefetch_count TSRMLS_C… in PHP_METHOD()
584 zend_update_property_long(this_ce, getThis(), ZEND_STRL("prefetch_size"), 0 TSRMLS_CC); in PHP_METHOD()
662 zend_update_property_long(this_ce, getThis(), ZEND_STRL("prefetch_count"), 0 TSRMLS_CC); in PHP_METHOD()
663 zend_update_property_long(this_ce, getThis(), ZEND_STRL("prefetch_size"), prefetch_size TSRMLS_CC); in PHP_METHOD()
719 zend_update_property_long(this_ce, getThis(), ZEND_STRL("global_prefetch_size"), 0 TSRMLS_CC); in PHP_METHOD()
774 zend_update_property_long(this_ce, getThis(), ZEND_STRL("global_prefetch_count"), 0 TSRMLS_CC); in PHP_METHOD()
811zend_update_property_long(this_ce, getThis(), ZEND_STRL("global_prefetch_size"), prefetch_size TSR… in PHP_METHOD()
812zend_update_property_long(this_ce, getThis(), ZEND_STRL("global_prefetch_count"), prefetch_count T… in PHP_METHOD()
814zend_update_property_long(this_ce, getThis(), ZEND_STRL("prefetch_size"), prefetch_size TSRMLS_CC); in PHP_METHOD()
[all …]
H A Damqp_connection.c411 zend_update_property_long(this_ce, getThis(), ZEND_STRL("port"), INI_INT("amqp.port") TSRMLS_CC); in PHP_METHOD()
416zend_update_property_long(this_ce, getThis(), ZEND_STRL("port"), Z_LVAL_P(PHP5to7_MAYBE_DEREF(zdat… in PHP_METHOD()
500zend_update_property_long(this_ce, getThis(), ZEND_STRL("channel_max"), INI_INT("amqp.channel_max"… in PHP_METHOD()
509zend_update_property_long(this_ce, getThis(), ZEND_STRL("channel_max"), PHP_AMQP_DEFAULT_CHANNEL_M… in PHP_METHOD()
516zend_update_property_long(this_ce, getThis(), ZEND_STRL("frame_max"), INI_INT("amqp.frame_max") TS… in PHP_METHOD()
525zend_update_property_long(this_ce, getThis(), ZEND_STRL("frame_max"), PHP_AMQP_DEFAULT_FRAME_MAX T… in PHP_METHOD()
532zend_update_property_long(this_ce, getThis(), ZEND_STRL("heartbeat"), INI_INT("amqp.heartbeat") TS… in PHP_METHOD()
540zend_update_property_long(this_ce, getThis(), ZEND_STRL("heartbeat"), Z_LVAL_P(PHP5to7_MAYBE_DEREF… in PHP_METHOD()
544zend_update_property_long(this_ce, getThis(), ZEND_STRL("sasl_method"), INI_INT("amqp.sasl_method"… in PHP_METHOD()
913 zend_update_property_long(this_ce, getThis(), ZEND_STRL("port"), port TSRMLS_CC); in PHP_METHOD()
[all …]
H A Damqp_decimal.c69 zend_update_property_long(this_ce, getThis(), ZEND_STRL("exponent"), exponent TSRMLS_CC); in PHP_METHOD()
70 zend_update_property_long(this_ce, getThis(), ZEND_STRL("significand"), significand TSRMLS_CC); in PHP_METHOD()
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dexception.c72zend_update_property_long(default_exception_ce, object, "line", sizeof("line") - 1, line TSRMLS_CC… in zephir_throw_exception_debug()
102 zend_update_property_long(default_exception_ce, object, "line", sizeof("line")-1, line TSRMLS_CC); in zephir_throw_exception_string_debug()
181 zend_update_property_long(default_exception_ce, object, "line", sizeof("line")-1, line TSRMLS_CC); in zephir_throw_exception_zval_debug()
/dports/databases/pecl-couchbase/couchbase-2.6.2/src/couchbase/
H A Ddocument.c52 zend_update_property_long(pcbc_document_ce, return_value, ZEND_STRL("flags"), flags TSRMLS_CC); in pcbc_document_init_decode()
75 zend_update_property_long(pcbc_document_ce, return_value, ZEND_STRL("value"), value TSRMLS_CC); in pcbc_document_init_counter()
101 zend_update_property_long(pcbc_document_ce, return_value, ZEND_STRL("flags"), flags TSRMLS_CC); in pcbc_document_init()
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/kernel/
H A Dexception.c67 zend_update_property_long(default_exception_ce, object, SL("line"), line); in zephir_throw_exception_debug()
95 zend_update_property_long(default_exception_ce, &object, "line", sizeof("line")-1, line); in zephir_throw_exception_string_debug()
/dports/www/phalcon4/cphalcon-4.1.1/ext/kernel/
H A Dexception.c67 zend_update_property_long(default_exception_ce, object, SL("line"), line); in zephir_throw_exception_debug()
95 zend_update_property_long(default_exception_ce, &object, "line", sizeof("line")-1, line); in zephir_throw_exception_string_debug()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_exception.c62zend_update_property_long(exception_ce, OBJ_FOR_PROP(&object), SOLR_SOURCELINE_NO_PROPERTY_NAME, s… in solr_throw_exception_ex()
89zend_update_property_long(exception_ce, OBJ_FOR_PROP(&object), SOLR_SOURCELINE_NO_PROPERTY_NAME, s… in solr_throw_exception()
/dports/lang/php73/php-7.3.33/ext/mysqli/
H A Dmysqli_exception.c71zend_update_property_long(mysqli_exception_class_entry, &sql_ex, "code", sizeof("code") - 1, error… in php_mysqli_throw_sql_exception()
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/
H A Dmysqli_exception.c62zend_update_property_long(mysqli_exception_class_entry, Z_OBJ(sql_ex), "code", sizeof("code") - 1,… in php_mysqli_throw_sql_exception()
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/
H A Dmysqli_exception.c71zend_update_property_long(mysqli_exception_class_entry, &sql_ex, "code", sizeof("code") - 1, error… in php_mysqli_throw_sql_exception()
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/
H A Dmysqli_exception.c62zend_update_property_long(mysqli_exception_class_entry, Z_OBJ(sql_ex), "code", sizeof("code") - 1,… in php_mysqli_throw_sql_exception()
/dports/www/mod_php81/php-8.1.1/ext/mysqli/
H A Dmysqli_exception.c62zend_update_property_long(mysqli_exception_class_entry, Z_OBJ(sql_ex), "code", sizeof("code") - 1,… in php_mysqli_throw_sql_exception()

12345