/PHP-5.6/ext/snmp/ |
H A D | snmp.c | 490 zend_object_value retval; in php_snmp_object_new() local 503 return retval; in php_snmp_object_new() 1979 zval *retval; in php_snmp_read_property() local 2000 Z_SET_REFCOUNT_P(retval, 0); in php_snmp_read_property() 2012 return(retval); in php_snmp_read_property() 2140 MAKE_STD_ZVAL(*retval); in php_snmp_read_info() 2141 array_init(*retval); in php_snmp_read_info() 2170 MAKE_STD_ZVAL(*retval); in php_snmp_read_max_oids() 2174 ZVAL_NULL(*retval); in php_snmp_read_max_oids() 2183 MAKE_STD_ZVAL(*retval); \ [all …]
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 861 ALLOC_ZVAL(*retval); in php_zip_property_reader() 879 ZVAL_NULL(*retval); in php_zip_property_reader() 890 zval **retval = NULL; in php_zip_get_property_ptr_ptr() local 927 return retval; in php_zip_get_property_ptr_ptr() 935 zval *retval; in php_zip_read_property() local 978 return retval; in php_zip_read_property() 988 int ret, retval = 0; in php_zip_has_property() local 1017 retval = 1; in php_zip_has_property() 1041 return retval; in php_zip_has_property() 1139 zend_object_value retval; in php_zip_object_new() local [all …]
|
/PHP-5.6/ext/spl/ |
H A D | spl_heap.c | 74 zval *retval; member 374 zval_ptr_dtor(&intern->retval); in spl_heap_object_free_storage() 387 zend_object_value retval; in spl_heap_object_new_ex() local 394 ALLOC_INIT_ZVAL(intern->retval); in spl_heap_object_new_ex() 424 retval.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex() 469 return retval; in spl_heap_object_new_ex() 506 zval_ptr_dtor(&intern->retval); in spl_heap_object_count_elements() 507 MAKE_STD_ZVAL(intern->retval); in spl_heap_object_count_elements() 508 ZVAL_ZVAL(intern->retval, rv, 1, 1); in spl_heap_object_count_elements() 509 convert_to_long(intern->retval); in spl_heap_object_count_elements() [all …]
|
H A D | spl_directory.c | 149 zend_object_value retval; in spl_filesystem_object_new_ex() local 164 return retval; in spl_filesystem_object_new_ex() 833 if (retval) { in SPL_METHOD() 835 retval = NULL; in SPL_METHOD() 842 if (retval) { in SPL_METHOD() 845 retval = NULL; in SPL_METHOD() 852 if (retval) { in SPL_METHOD() 1891 zval retval; in spl_filesystem_object_cast() local 1903 zval retval; in spl_filesystem_object_cast() local 2192 zval *retval = NULL; in spl_filesystem_file_read_line_ex() local [all …]
|
/PHP-5.6/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 245 zend_object_value retval; in IntlPartsIterator_object_create() local 247 retval = IntlIterator_ce_ptr->create_object(ce TSRMLS_CC); in IntlPartsIterator_object_create() 248 retval.handlers = &IntlPartsIterator_handlers; in IntlPartsIterator_object_create() 250 return retval; in IntlPartsIterator_object_create()
|
H A D | breakiterator_class.cpp | 216 zend_object_value retval; in BreakIterator_object_create() local 230 retval.handle = zend_objects_store_put( in BreakIterator_object_create() 236 retval.handlers = &BreakIterator_handlers; in BreakIterator_object_create() 238 return retval; in BreakIterator_object_create()
|
/PHP-5.6/main/ |
H A D | output.c | 968 zval *retval = NULL, *ob_data, *ob_mode; in php_output_handler_op() local 976 #define PHP_OUTPUT_USER_SUCCESS(retval) (retval && !(Z_TYPE_P(retval) == IS_BOOL && Z_BVAL_P(retval… in php_output_handler_op() argument 977 …ler->func.user->fci, &handler->func.user->fcc, &retval, NULL TSRMLS_CC) && PHP_OUTPUT_USER_SUCCESS… in php_output_handler_op() 980 if (Z_TYPE_P(retval) != IS_BOOL) { in php_output_handler_op() 981 convert_to_string_ex(&retval); in php_output_handler_op() 982 if (Z_STRLEN_P(retval)) { in php_output_handler_op() 983 context->out.data = estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in php_output_handler_op() 984 context->out.used = Z_STRLEN_P(retval); in php_output_handler_op() 997 if (retval) { in php_output_handler_op() 998 zval_ptr_dtor(&retval); in php_output_handler_op()
|
H A D | main.c | 1468 if (retval) { in php_get_configuration_directive_for_zend() 1608 return retval; in php_start_sapi() 1689 retval = FAILURE; in php_request_startup() 1694 return retval; in php_request_startup() 1719 retval = FAILURE; in php_request_startup() 1722 return retval; in php_request_startup() 1745 return retval; in php_request_startup_for_hook() 2431 return retval; in php_module_startup() 2525 int retval = 0; in php_execute_script() 2628 return retval; in php_execute_script() [all …]
|
/PHP-5.6/ext/dom/ |
H A D | namednodemap.c | 86 int dom_namednodemap_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_namednodemap_length_read() 116 MAKE_STD_ZVAL(*retval); in dom_namednodemap_length_read() 117 ZVAL_LONG(*retval, count); in dom_namednodemap_length_read()
|
/PHP-5.6/ext/standard/ |
H A D | filters.c | 1371 php_conv *retval = NULL; in php_conv_open() local 1394 retval = pemalloc(sizeof(php_conv_base64_encode), persistent); in php_conv_open() 1411 retval = pemalloc(sizeof(php_conv_base64_decode), persistent); in php_conv_open() 1446 retval = pemalloc(sizeof(php_conv_qprint_encode), persistent); in php_conv_open() 1484 retval = NULL; in php_conv_open() 1487 return retval; in php_conv_open() 1490 if (retval != NULL) { in php_conv_open() 1491 pefree(retval, persistent); in php_conv_open() 1806 php_stream_filter *retval = NULL; in strfilter_convert_create() local 1841 if (retval == NULL) { in strfilter_convert_create() [all …]
|
H A D | html.c | 473 size_t retval = 0; in php_utf32_utf8() local 479 retval = 1; in php_utf32_utf8() 483 retval = 2; in php_utf32_utf8() 488 retval = 3; in php_utf32_utf8() 494 retval = 4; in php_utf32_utf8() 498 return retval; in php_utf32_utf8() 1078 entity_table_opt retval = {NULL}; in determine_entity_table() local 1083 retval.ms_table = (doctype == ENT_HTML_DOC_HTML5) ? in determine_entity_table() 1086 retval.table = (doctype == ENT_HTML_DOC_HTML401) ? in determine_entity_table() 1089 return retval; in determine_entity_table()
|
H A D | streamsfuncs.c | 772 int retval, sets = 0; in PHP_FUNCTION() local 840 retval = stream_array_emulate_read_fd_set(r_array TSRMLS_CC); in PHP_FUNCTION() 841 if (retval > 0) { in PHP_FUNCTION() 848 RETURN_LONG(retval); in PHP_FUNCTION() 852 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION() 854 if (retval == -1) { in PHP_FUNCTION() 864 RETURN_LONG(retval); in PHP_FUNCTION() 873 zval *retval = NULL; in user_space_stream_notifier() local 897 …if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, ptps, 0, NULL… in user_space_stream_notifier() 903 if (retval) { in user_space_stream_notifier() [all …]
|
H A D | crypt_blowfish.c | 834 char *retval; in php_crypt_blowfish_rn() local 844 retval = BF_crypt(key, setting, output, size, 16); in php_crypt_blowfish_rn() 855 if (retval) { in php_crypt_blowfish_rn() 882 return retval; in php_crypt_blowfish_rn()
|
/PHP-5.6/ext/sockets/ |
H A D | sendrecvmsg.c | 320 int retval; in php_do_setsockopt_ipv6_rfc3542() local 356 retval = setsockopt(php_sock->bsd_socket, level, optname, opt_ptr, optlen); in php_do_setsockopt_ipv6_rfc3542() 357 if (retval != 0) { in php_do_setsockopt_ipv6_rfc3542() 362 return retval != 0 ? FAILURE : SUCCESS; in php_do_setsockopt_ipv6_rfc3542()
|
/PHP-5.6/main/streams/ |
H A D | xp_socket.c | 77 int retval; in php_sockop_write() local 82 retval = php_pollfd_for(sock->socket, POLLOUT, ptimeout); in php_sockop_write() 84 if (retval == 0) { in php_sockop_write() 89 if (retval > 0) { in php_sockop_write() 116 int retval; in php_sock_stream_wait_for_data() local 131 retval = php_pollfd_for(sock->socket, PHP_POLLREADABLE, ptimeout); in php_sock_stream_wait_for_data() 133 if (retval == 0) in php_sock_stream_wait_for_data() 136 if (retval >= 0) in php_sock_stream_wait_for_data()
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_wrapper.c | 255 zval *retval = NULL; in disp_invokeex() local 290 …retval = zend_read_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(… in disp_invokeex() 296 &retval, pdp->cArgs, params, 1, NULL TSRMLS_CC)) { in disp_invokeex() 332 if (retval) { in disp_invokeex() 335 php_com_variant_from_zval(pvarRes, retval, COMG(code_page) TSRMLS_CC); in disp_invokeex() 337 zval_ptr_dtor(&retval); in disp_invokeex()
|
/PHP-5.6/Zend/ |
H A D | zend_API.c | 904 int retval; in zend_parse_parameters_ex() local 912 return retval; in zend_parse_parameters_ex() 919 int retval; in zend_parse_parameters() local 927 return retval; in zend_parse_parameters() 934 int retval; in zend_parse_method_parameters() local 963 return retval; in zend_parse_method_parameters() 970 int retval; in zend_parse_method_parameters_ex() local 1004 return retval; in zend_parse_method_parameters_ex() 2889 retval = 1; in zend_is_callable_check_func() 2892 retval = 1; in zend_is_callable_check_func() [all …]
|
H A D | zend_list.c | 336 int retval; in zend_init_rsrc_list_dtors() local 338 retval = zend_hash_init(&list_destructors, 50, NULL, NULL, 1); in zend_init_rsrc_list_dtors() 341 return retval; in zend_init_rsrc_list_dtors()
|
H A D | zend_language_scanner.l | 558 zend_op_array *retval=NULL; in END_EXTERN_C() local 595 if (retval) { in END_EXTERN_C() 602 retval = NULL; in END_EXTERN_C() 606 return retval; in END_EXTERN_C() 614 zend_op_array *retval; in compile_filename() local 648 return retval; in compile_filename() 720 zend_op_array *retval; in compile_string() local 740 retval = NULL; in compile_string() 763 retval = NULL; in compile_string() 769 retval = op_array; in compile_string() [all …]
|
H A D | zend.c | 1036 zval *retval; in zend_error() local 1223 …if (call_user_function_ex(CG(function_table), NULL, orig_user_error_handler, &retval, 5, params, 1… in zend_error() 1224 if (retval) { in zend_error() 1225 if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { in zend_error() 1228 zval_ptr_dtor(&retval); in zend_error() 1309 ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_count, ...) /* {{{ */ in zend_execute_scripts() argument 1340 EG(return_value_ptr_ptr) = retval ? retval : NULL; in zend_execute_scripts()
|
/PHP-5.6/ext/intl/collator/ |
H A D | collator_convert.c | 37 #define COLLATOR_CONVERT_RETURN_FAILED(retval) { \ argument 38 zval_add_ref( &retval ); \ 39 return retval; \
|
/PHP-5.6/ext/mbstring/ |
H A D | php_mbregex.c | 452 php_mb_regex_t *retval = NULL, **rc = NULL; in php_mbregex_compile_pattern() local 458 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern() 461 retval = NULL; in php_mbregex_compile_pattern() 464 …zend_hash_update(&MBREX(ht_rc), (char *) pattern, patlen + 1, (void *) &retval, sizeof(retval), NU… in php_mbregex_compile_pattern() 466 retval = *rc; in php_mbregex_compile_pattern() 469 return retval; in php_mbregex_compile_pattern() 668 const char *retval = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in PHP_FUNCTION() local 670 if (retval == NULL) { in PHP_FUNCTION() 674 RETURN_STRING((char *)retval, 1); in PHP_FUNCTION()
|
/PHP-5.6/ext/fileinfo/ |
H A D | fileinfo.c | 99 zend_object_value retval; in finfo_objects_new() local 110 retval.handle = zend_objects_store_put(intern, NULL, in finfo_objects_new() 112 retval.handlers = (zend_object_handlers *) &finfo_object_handlers; in finfo_objects_new() 114 return retval; in finfo_objects_new()
|
/PHP-5.6/ext/intl/timezone/ |
H A D | timezone_class.cpp | 370 zend_object_value retval; in TimeZone_object_create() local 384 retval.handle = zend_objects_store_put( in TimeZone_object_create() 390 retval.handlers = &TimeZone_handlers; in TimeZone_object_create() 392 return retval; in TimeZone_object_create()
|
/PHP-5.6/ext/libxml/ |
H A D | libxml.c | 579 int retval; in _php_libxml_external_entity_loader() local 621 retval = zend_call_function(fci, &LIBXML(entity_loader).fcc TSRMLS_CC); in _php_libxml_external_entity_loader() 622 if (retval != SUCCESS || fci->retval_ptr_ptr == NULL) { in _php_libxml_external_entity_loader() 965 zend_bool use_errors=0, retval; in PHP_FUNCTION() local 973 retval = 1; in PHP_FUNCTION() 975 retval = 0; in PHP_FUNCTION() 979 RETURN_BOOL(retval); in PHP_FUNCTION() 996 RETURN_BOOL(retval); in PHP_FUNCTION()
|