Home
last modified time | relevance | path

Searched refs:ALLOC_INIT_ZVAL (Results 1 – 25 of 57) sorted by relevance

123

/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c203 ALLOC_INIT_ZVAL( utf8_zval ); in collator_convert_zstr_utf16_to_utf8()
234 ALLOC_INIT_ZVAL( zstr ); in collator_convert_zstr_utf8_to_utf16()
282 ALLOC_INIT_ZVAL( zstr ); in collator_convert_object_to_string()
336 ALLOC_INIT_ZVAL( num ); in collator_convert_string_to_number()
387 ALLOC_INIT_ZVAL( num ); in collator_convert_string_to_number_if_possible()
/PHP-5.5/ext/standard/
H A Duser_filters.c190 ALLOC_INIT_ZVAL(zstream); in userfilter_filter()
201 ALLOC_INIT_ZVAL(zin); in userfilter_filter()
205 ALLOC_INIT_ZVAL(zout); in userfilter_filter()
209 ALLOC_INIT_ZVAL(zconsumed); in userfilter_filter()
217 ALLOC_INIT_ZVAL(zclosing); in userfilter_filter()
399 ALLOC_INIT_ZVAL(zfilter); in user_filter_factory_create()
434 ALLOC_INIT_ZVAL(zbucket); in PHP_FUNCTION()
536 ALLOC_INIT_ZVAL(zbucket); in PHP_FUNCTION()
H A Ddns_win32.c157 ALLOC_INIT_ZVAL(*subarray); in php_parserr()
216 ALLOC_INIT_ZVAL(entries); in php_parserr()
H A Dpassword.c191 ALLOC_INIT_ZVAL(options); in PHP_FUNCTION()
H A Dvar_unserializer.c313 ALLOC_INIT_ZVAL(key); in process_nested_data()
325 ALLOC_INIT_ZVAL(data); in process_nested_data()
H A Dvar_unserializer.re317 ALLOC_INIT_ZVAL(key);
329 ALLOC_INIT_ZVAL(data);
/PHP-5.5/Zend/
H A Dzend_variables.c207 ALLOC_INIT_ZVAL(tmp); in zval_copy_static_var()
219 ALLOC_INIT_ZVAL(tmp); in zval_copy_static_var()
H A Dzend.c1132 ALLOC_INIT_ZVAL(z_error_message); in zend_error()
1133 ALLOC_INIT_ZVAL(z_error_type); in zend_error()
1134 ALLOC_INIT_ZVAL(z_error_filename); in zend_error()
1135 ALLOC_INIT_ZVAL(z_error_lineno); in zend_error()
1136 ALLOC_INIT_ZVAL(z_context); in zend_error()
/PHP-5.5/ext/spl/
H A Dspl_observer.c217 ALLOC_INIT_ZVAL(inf); in spl_object_storage_attach()
820 ALLOC_INIT_ZVAL(pcount); in SPL_METHOD()
841 ALLOC_INIT_ZVAL(pentry); in SPL_METHOD()
851 ALLOC_INIT_ZVAL(pinf); in SPL_METHOD()
893 ALLOC_INIT_ZVAL(pmembers); in SPL_METHOD()
1208 ALLOC_INIT_ZVAL(retval); in spl_multiple_iterator_get_all()
H A Dspl_fixedarray.c232 ALLOC_INIT_ZVAL(intern->retval); in spl_fixedarray_object_new_ex()
382 ALLOC_INIT_ZVAL(offset); in spl_fixedarray_object_read_dimension()
442 ALLOC_INIT_ZVAL(offset); in spl_fixedarray_object_write_dimension()
937 ALLOC_INIT_ZVAL(zindex); in spl_fixedarray_it_get_current_data()
1045 ALLOC_INIT_ZVAL(zindex); in SPL_METHOD()
H A Dspl_array.c178 ALLOC_INIT_ZVAL(intern->retval); in spl_array_object_new_ex()
335 ALLOC_INIT_ZVAL(value); in spl_array_get_dimension_ptr_ptr()
363 ALLOC_INIT_ZVAL(value); in spl_array_get_dimension_ptr_ptr()
385 ALLOC_INIT_ZVAL(offset); in spl_array_read_dimension_ex()
439 ALLOC_INIT_ZVAL(offset); in spl_array_write_dimension_ex()
1773 ALLOC_INIT_ZVAL(pflags); in SPL_METHOD()
1798 ALLOC_INIT_ZVAL(intern->array); in SPL_METHOD()
1815 ALLOC_INIT_ZVAL(pmembers); in SPL_METHOD()
H A Dspl_dllist.c376 ALLOC_INIT_ZVAL(intern->retval); in spl_dllist_object_new_ex()
535 ALLOC_INIT_ZVAL(dllist_array); in spl_dllist_object_get_debug_info()
1206 ALLOC_INIT_ZVAL(flags); in SPL_METHOD()
1218 ALLOC_INIT_ZVAL(elem); in SPL_METHOD()
H A Dspl_heap.c394 ALLOC_INIT_ZVAL(intern->retval); in spl_heap_object_new_ex()
555 ALLOC_INIT_ZVAL(heap_array); in spl_heap_object_get_debug_info_helper()
690 ALLOC_INIT_ZVAL(elem); in SPL_METHOD()
/PHP-5.5/ext/session/
H A Dsession.c157 ALLOC_INIT_ZVAL(empty_var); in php_add_session_var()
865 ALLOC_INIT_ZVAL(session_vars); in PS_SERIALIZER_DECODE_FUNC()
952 ALLOC_INIT_ZVAL(current);
1047 ALLOC_INIT_ZVAL(current);
2692 ALLOC_INIT_ZVAL(progress->data);
2695 ALLOC_INIT_ZVAL(progress->post_bytes_processed);
2698 ALLOC_INIT_ZVAL(progress->files);
2713 ALLOC_INIT_ZVAL(progress->current_file);
2716 ALLOC_INIT_ZVAL(progress->current_file_bytes_processed);
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp183 ALLOC_INIT_ZVAL(ztz_debug); in Calendar_get_debug_info()
201 ALLOC_INIT_ZVAL(zfields); in Calendar_get_debug_info()
/PHP-5.5/main/
H A Dphp_variables.c462 ALLOC_INIT_ZVAL(arr); in php_build_argv()
509 ALLOC_INIT_ZVAL(argc); in php_build_argv()
735 ALLOC_INIT_ZVAL(local_zval); in check_http_proxy()
/PHP-5.5/ext/intl/idn/
H A Didn.c186 ALLOC_INIT_ZVAL(zv); in php_intl_idn_to_46()
/PHP-5.5/ext/json/
H A DJSON_parser.c296 ALLOC_INIT_ZVAL(*z); in json_create_zval()
605 ALLOC_INIT_ZVAL(obj); in parse_JSON_ex()
638 ALLOC_INIT_ZVAL(arr); in parse_JSON_ex()
/PHP-5.5/main/streams/
H A Duserspace.c1090 ALLOC_INIT_ZVAL(zoption); in php_userstreamop_set_option()
1093 ALLOC_INIT_ZVAL(zvalue); in php_userstreamop_set_option()
1094 ALLOC_INIT_ZVAL(zptrparam); in php_userstreamop_set_option()
1613 ALLOC_INIT_ZVAL(zcastas); in php_userstreamop_cast()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c341 ALLOC_INIT_ZVAL( object ); in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_service.c371 ALLOC_INIT_ZVAL(user); in _php_ibase_service_query()
/PHP-5.5/ext/sockets/
H A Dconversions.c296 ALLOC_INIT_ZVAL(new_zv); in to_zval_read_aggregation()
1042 ALLOC_INIT_ZVAL(elem); in to_zval_read_control_array()
1537 ALLOC_INIT_ZVAL(zv); in to_zval_run_conversions()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c122 ALLOC_INIT_ZVAL(ret); \
130 ALLOC_INIT_ZVAL(ret); \
675 ALLOC_INIT_ZVAL(return_value); in to_zval_user()
682 ALLOC_INIT_ZVAL(return_value); in to_zval_user()
1516 ALLOC_INIT_ZVAL(ret); in to_zval_object_ex()
1525 ALLOC_INIT_ZVAL(ret); in to_zval_object_ex()
1569 ALLOC_INIT_ZVAL(ret); in to_zval_object_ex()
1579 ALLOC_INIT_ZVAL(ret); in to_zval_object_ex()
1641 ALLOC_INIT_ZVAL(ret); in to_zval_object_ex()
H A Dsoap.c1567 ALLOC_INIT_ZVAL(retval);
2269 ALLOC_INIT_ZVAL(outbuf);
2579 ALLOC_INIT_ZVAL(params[0]);
2581 ALLOC_INIT_ZVAL(params[1]);
2587 ALLOC_INIT_ZVAL(params[2]);
2593 ALLOC_INIT_ZVAL(params[3]);
2596 ALLOC_INIT_ZVAL(params[4]);
3166 ALLOC_INIT_ZVAL(zcookie);
3217 ALLOC_INIT_ZVAL(default_headers);
3272 ALLOC_INIT_ZVAL(fault);
/PHP-5.5/ext/libxml/
H A Dlibxml.c589 ALLOC_INIT_ZVAL(public); in _php_libxml_external_entity_loader()
593 ALLOC_INIT_ZVAL(system); in _php_libxml_external_entity_loader()

Completed in 142 milliseconds

123