Home
last modified time | relevance | path

Searched defs:retval (Results 76 – 100 of 147) sorted by relevance

123456

/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c324 zval retval; in do_callback() local
460 zval retval; in php_sqlite3_collation_callback() local
H A Dpdo_sqlite.c340 zval retval; in php_sqlite_collation_callback() local
/php-src/ext/soap/
H A Dphp_http.c378 zval retval; in make_http_soap_request() local
1278 zval retval; in make_http_soap_request() local
/php-src/ext/date/lib/
H A Dparse_date.c408 timelib_sll retval = 0; in timelib_meridian() local
435 timelib_sll retval = 0; in timelib_meridian_with_check() local
907 timelib_long retval = TIMELIB_UNSET; in timelib_parse_tz_minutes() local
939 timelib_long retval = 0; in timelib_parse_zone() local
H A Dtm2unixtime.c117 int retval = 0; in do_range_limit_days() local
/php-src/ext/standard/
H A Ddns_win32.c477 zval retval; in PHP_FUNCTION() local
H A Dtype.c419 bool retval; in PHP_FUNCTION() local
H A Dhtml.c393 size_t retval = 0; in php_utf32_utf8() local
956 entity_table_opt retval = {0}; in determine_entity_table() local
H A Dcrypt_blowfish.c812 char *retval; in php_crypt_blowfish_rn() local
/php-src/ext/mbstring/
H A Dphp_mbregex.c458 php_mb_regex_t *retval = NULL, *rc = NULL; in php_mbregex_compile_pattern() local
850 const char *retval = php_mb_regex_get_mbctype(); in PHP_FUNCTION() local
1084 zval subpats, retval; in _php_mb_regex_ereg_replace_exec() local
/php-src/Zend/
H A Dzend_execute_API.c1047 zval retval; in zend_call_known_function() local
1089 zend_object *object, zend_string *method_name, zval *retval, in zend_call_method_if_exists()
1300 zend_result retval; in zend_eval_stringl() local
H A Dzend_vm_execute.h1272 zval retval; in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER() local
1334 zval retval; in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER() local
1396 zval retval; in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER() local
1551 zval retval; in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER() local
1646 zval retval; in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER() local
1742 zval retval; in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER() local
1849 zval retval; in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER() local
1958 zval retval; in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER() local
2067 zval retval; in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER() local
3483 zval retval; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
[all …]
H A Dzend.c1396 zval retval; in zend_error_zstr_at() local
1890 ZEND_API zend_result zend_execute_script(int type, zval *retval, zend_file_handle *file_handle) in zend_execute_script()
1919 ZEND_API zend_result zend_execute_scripts(int type, zval *retval, int file_count, ...) /* {{{ */ in zend_execute_scripts()
H A Dzend_API.c1283 zend_result retval; in zend_parse_parameters_ex() local
1296 zend_result retval; in zend_parse_parameters() local
1310 zend_result retval; in zend_parse_method_parameters() local
1350 zend_result retval; in zend_parse_method_parameters_ex() local
1893 zval retval; in object_init_with_constructor() local
3833 bool retval = 0; in zend_is_callable_check_func() local
4421 zval retval, *org_params = NULL; in zend_fcall_info_call() local
5059 zend_result retval = zend_update_static_property_ex(scope, key, value); in zend_update_static_property() local
/php-src/ext/json/
H A Djson_encoder.c534 zval retval, fname; in php_json_encode_serializable_object() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c220 enum_func_status retval = PASS; in MYSQLND_METHOD() local
/php-src/ext/spl/
H A Dspl_iterators.c261 zval retval, child; in spl_recursive_it_move_forward_ex() local
512 static zend_result spl_get_iterator_from_aggregate(zval *retval, zend_class_entry *ce, zend_object … in spl_get_iterator_from_aggregate()
1273 zval *zobject, retval; in spl_dual_it_construct() local
1598 zval retval; in spl_filter_it_fetch() local
1971 zval retval; in PHP_METHOD() local
2267 zval retval; in spl_caching_it_next() local
3075 zval retval; in spl_iterator_func_apply() local
/php-src/main/streams/
H A Dfilter.c106 php_stream_bucket *retval; in php_stream_bucket_make_writeable() local
/php-src/ext/dom/
H A Dhtml5_parser.c106 lexbor_libxml2_bridge_status retval = LEXBOR_LIBXML2_BRIDGE_STATUS_OK; in lexbor_libxml2_bridge_convert() local
/php-src/ext/snmp/
H A Dsnmp.c1682 zval *retval; in php_snmp_read_property() local
1818 static int php_snmp_read_info(php_snmp_object *snmp_object, zval *retval) in php_snmp_read_info()
1842 static int php_snmp_read_max_oids(php_snmp_object *snmp_object, zval *retval) in php_snmp_read_max_oids()
/php-src/ext/sockets/
H A Dsendrecvmsg.c336 int retval; in php_do_setsockopt_ipv6_rfc3542() local
/php-src/main/
H A Doutput.c942 zval retval; in php_output_handler_op() local
954 #define PHP_OUTPUT_USER_SUCCESS(retval) ((Z_TYPE(retval) != IS_UNDEF) && !(Z_TYPE(retval) == IS_FAL… in php_output_handler_op() argument
/php-src/ext/libxml/
H A Dlibxml.c706 zval *ctxzv, retval; in _php_libxml_external_entity_loader() local
1075 bool retval = php_libxml_uses_internal_errors(); in PHP_FUNCTION() local
/php-src/ext/session/
H A Dsession.c172 zend_result retval = SUCCESS; in php_session_destroy() local
1002 zend_result retval = SUCCESS; in PS_SERIALIZER_DECODE_FUNC() local
3109 zend_result retval = SUCCESS; in php_session_rfc1867_callback() local
/php-src/ext/sqlite3/
H A Dsqlite3.c746 zval retval; in sqlite3_do_callback() local
904 zval retval; in php_sqlite3_callback_compare() local
2093 zval retval; in php_sqlite3_authorizer() local

Completed in 323 milliseconds

123456