Home
last modified time | relevance | path

Searched refs:retval (Results 51 – 75 of 189) sorted by last modified time

12345678

/PHP-5.5/ext/standard/
H A Dassert.c157 zval retval; in PHP_FUNCTION() local
168 …if (zend_eval_stringl(myeval, Z_STRLEN_PP(assertion), &retval, compiled_string_description TSRMLS_… in PHP_FUNCTION()
186 convert_to_boolean(&retval); in PHP_FUNCTION()
187 val = Z_LVAL(retval); in PHP_FUNCTION()
204 zval *retval; in PHP_FUNCTION() local
217 MAKE_STD_ZVAL(retval); in PHP_FUNCTION()
218 ZVAL_FALSE(retval); in PHP_FUNCTION()
222 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 3, args TSRMLS_CC); in PHP_FUNCTION()
230 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 4, args TSRMLS_CC); in PHP_FUNCTION()
237 zval_ptr_dtor(&retval); in PHP_FUNCTION()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c686 zval *retval = NULL; local
778 if (retval) {
814 if (retval) {
816 retval = NULL;
822 if (retval) {
866 zval *retval = NULL; local
901 if (!retval) {
913 if (retval) {
2174 return retval;
2195 return retval;
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c19968 unsigned long long retval;
19976 : "=r" (retval), "=r" (junk));
19977 return retval;
25615 unsigned long long retval;
25623 : "=r" (retval), "=r" (junk));
25624 return retval;
33134 unsigned long long retval;
33142 : "=r" (retval), "=r" (junk));
33143 return retval;
71296 unsigned long long retval;
[all …]
/PHP-5.5/ext/spl/
H A Dspl_iterators.c251 if (retval) { in spl_recursive_it_move_forward_ex()
737 if (retval) { in SPL_METHOD()
762 if (retval) { in SPL_METHOD()
923 return retval; in spl_RecursiveIteratorIterator_new_ex()
1774 zval *retval; in spl_filter_it_fetch() local
1862 if (retval) { in SPL_METHOD()
1886 if (retval) { in SPL_METHOD()
1908 if (retval) { in SPL_METHOD()
2235 if (retval) { in SPL_METHOD()
3618 zval *retval; in spl_iterator_func_apply() local
[all …]
H A Dspl_observer.c261 zend_object_value retval; in spl_object_storage_new_ex() local
296 return retval; in spl_object_storage_new_ex()
1147 if (retval) { in SPL_METHOD()
1148 valid = Z_LVAL_P(retval); in SPL_METHOD()
1149 zval_ptr_dtor(&retval); in SPL_METHOD()
1183 if (retval) { in spl_multiple_iterator_get_all()
1184 valid = Z_LVAL_P(retval); in spl_multiple_iterator_get_all()
1185 zval_ptr_dtor(&retval); in spl_multiple_iterator_get_all()
1196 if (!retval) { in spl_multiple_iterator_get_all()
1208 ALLOC_INIT_ZVAL(retval); in spl_multiple_iterator_get_all()
[all …]
H A Dspl_directory.c149 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()
851 if (retval) { in SPL_METHOD()
1890 zval retval; in spl_filesystem_object_cast() local
1902 zval retval; in spl_filesystem_object_cast() local
2191 zval *retval = NULL; in spl_filesystem_file_read_line_ex() local
[all …]
H A Dspl_dllist.c90 zval *retval; member
354 zval_ptr_dtor(&intern->retval); in spl_dllist_object_free_storage()
369 zend_object_value retval = {0}; in spl_dllist_object_new_ex() local
376 ALLOC_INIT_ZVAL(intern->retval); in spl_dllist_object_new_ex()
410 retval.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
453 return retval; in spl_dllist_object_new_ex()
490 zval_ptr_dtor(&intern->retval); in spl_dllist_object_count_elements()
491 MAKE_STD_ZVAL(intern->retval); in spl_dllist_object_count_elements()
492 ZVAL_ZVAL(intern->retval, rv, 1, 1); in spl_dllist_object_count_elements()
493 convert_to_long(intern->retval); in spl_dllist_object_count_elements()
[all …]
H A Dspl_fixedarray.c315 return retval; in spl_fixedarray_object_new_ex()
375 zval **retval; in spl_fixedarray_object_read_dimension() local
398 if (retval) { in spl_fixedarray_object_read_dimension()
399 return *retval; in spl_fixedarray_object_read_dimension()
500 int retval; in spl_fixedarray_object_has_dimension_helper() local
509 retval = 0; in spl_fixedarray_object_has_dimension_helper()
512 retval = 0; in spl_fixedarray_object_has_dimension_helper()
515 retval = 1; in spl_fixedarray_object_has_dimension_helper()
517 retval = 0; in spl_fixedarray_object_has_dimension_helper()
520 retval = 1; in spl_fixedarray_object_has_dimension_helper()
[all …]
H A Dspl_engine.h33 static inline int spl_instantiate_arg_ex1(zend_class_entry *pce, zval **retval, int alloc, zval *ar… in spl_instantiate_arg_ex1() argument
35 spl_instantiate(pce, retval, alloc TSRMLS_CC); in spl_instantiate_arg_ex1()
37 …zend_call_method(retval, pce, &pce->constructor, pce->constructor->common.function_name, strlen(pc… in spl_instantiate_arg_ex1()
43 static inline int spl_instantiate_arg_ex2(zend_class_entry *pce, zval **retval, int alloc, zval *ar… in spl_instantiate_arg_ex2() argument
45 spl_instantiate(pce, retval, alloc TSRMLS_CC); in spl_instantiate_arg_ex2()
47 …zend_call_method(retval, pce, &pce->constructor, pce->constructor->common.function_name, strlen(pc… in spl_instantiate_arg_ex2()
53 static inline void spl_instantiate_arg_n(zend_class_entry *pce, zval **retval, int argc, zval ***ar… in spl_instantiate_arg_n() argument
61 spl_instantiate(pce, retval, 0 TSRMLS_CC); in spl_instantiate_arg_n()
68 fci.object_ptr = *retval; in spl_instantiate_arg_n()
79 fcc.object_ptr = *retval; in spl_instantiate_arg_n()
H A Dspl_heap.c74 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 Dphp_spl.c415 zval *class_name, *retval = NULL; in PHP_FUNCTION() local
436 …&alfi->obj : NULL, alfi->ce, &alfi->func_ptr, func_name, func_name_len, &retval, 1, class_name, NU… in PHP_FUNCTION()
438 if (retval) { in PHP_FUNCTION()
439 zval_ptr_dtor(&retval); in PHP_FUNCTION()
440 retval = NULL; in PHP_FUNCTION()
H A Dspl_array.c68 zval *retval; member
153 zval_ptr_dtor(&intern->retval); in spl_array_object_free_storage()
169 zend_object_value retval = {0}; in spl_array_object_new_ex() local
178 ALLOC_INIT_ZVAL(intern->retval); in spl_array_object_new_ex()
271 return retval; in spl_array_object_new_ex()
305 zval **retval; in spl_array_get_dimension_ptr_ptr() local
340 return retval; in spl_array_get_dimension_ptr_ptr()
368 return retval; in spl_array_get_dimension_ptr_ptr()
393 MAKE_STD_ZVAL(intern->retval); in spl_array_read_dimension_ex()
395 return intern->retval; in spl_array_read_dimension_ex()
[all …]
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc163 $retval = array();
175 $retval[$key] = $iter->current();
179 $retval[] = $iter->current();
188 $retval[] = NULL;
191 return $retval;
205 $retval = array();
210 $retval[] = $iter->key();
218 $retval[] = NULL;
221 return $retval;
H A Dsplfileobject.inc116 * @retval $wouldblock whether the operation would block
/PHP-5.5/ext/sockets/
H A Dsockets.c900 if (retval == -1) {
1109 if (retval < 0) {
1125 int retval; local
1147 if (retval == -1) {
1453 if (retval != 0) {
1550 if (retval != 0) {
1566 int retval; local
1599 if (retval == -1) {
1626 if (retval == -1) {
1648 int retval; local
[all …]
H A Dmulticast.c152 int retval; in php_do_mcast_opt() local
235 if (retval != 0) { in php_do_mcast_opt()
254 int retval; in php_do_setsockopt_ip_mcast() local
305 if (retval != 0) { in php_do_setsockopt_ip_mcast()
322 int retval; in php_do_setsockopt_ipv6_mcast() local
369 if (retval != 0) { in php_do_setsockopt_ipv6_mcast()
631 DWORD retval; in php_if_index_to_addr4() local
645 if (retval == ERROR_INSUFFICIENT_BUFFER) { in php_if_index_to_addr4()
650 if (retval != NO_ERROR) { in php_if_index_to_addr4()
671 DWORD retval; in php_add4_to_if_index() local
[all …]
H A Dsendrecvmsg.c320 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.5/ext/soap/
H A Dsoap.c1567 ALLOC_INIT_ZVAL(retval);
1585 zval retval; local
1608 doc_request = soap_xmlParseMemory(Z_STRVAL(retval),Z_STRLEN(retval));
1609 zval_dtor(&retval);
1618 zval_ptr_dtor(&retval);
1971 zval_ptr_dtor(&retval);
1985 zval_dtor(&h->retval);
2058 (*p)->retval = *fault;
2059 zval_copy_ctor(&(*p)->retval);
3691 INIT_ZVAL(h->retval);
[all …]
H A Dphp_http.c384 zval retval; in make_http_soap_request() local
407 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == S… in make_http_soap_request()
408 Z_TYPE(retval) == IS_STRING) { in make_http_soap_request()
409 request = Z_STRVAL(retval); in make_http_soap_request()
410 request_size = Z_STRLEN(retval); in make_http_soap_request()
1250 zval retval; in make_http_soap_request() local
1277 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S… in make_http_soap_request()
1278 Z_TYPE(retval) == IS_STRING) { in make_http_soap_request()
1280 *buffer = Z_STRVAL(retval); in make_http_soap_request()
1281 *buffer_len = Z_STRLEN(retval); in make_http_soap_request()
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h102 typedef int (*php_snmp_read_t)(php_snmp_object *snmp_object, zval **retval TSRMLS_DC);
H A Dsnmp.c492 zend_object_value retval; in php_snmp_object_new() local
505 return retval; in php_snmp_object_new()
1981 zval *retval; in php_snmp_read_property() local
2002 Z_SET_REFCOUNT_P(retval, 0); in php_snmp_read_property()
2014 return(retval); in php_snmp_read_property()
2142 MAKE_STD_ZVAL(*retval); in php_snmp_read_info()
2143 array_init(*retval); in php_snmp_read_info()
2172 MAKE_STD_ZVAL(*retval); in php_snmp_read_max_oids()
2176 ZVAL_NULL(*retval); in php_snmp_read_max_oids()
2185 MAKE_STD_ZVAL(*retval); \
[all …]
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c466 int retval = SUCCESS; in sxe_prop_dim_write() local
603 retval = FAILURE; in sxe_prop_dim_write()
640 retval = FAILURE; in sxe_prop_dim_write()
651 retval = FAILURE; in sxe_prop_dim_write()
658 retval = FAILURE; in sxe_prop_dim_write()
677 return retval; in sxe_prop_dim_write()
1253 xmlXPathObjectPtr retval; in SXE_METHOD() local
1298 if (!retval) { in SXE_METHOD()
1943 zval *retval; in sxe_get_value() local
1945 MAKE_STD_ZVAL(retval); in sxe_get_value()
[all …]
/PHP-5.5/ext/session/
H A Dmod_user.c50 zval *retval = NULL; in ps_call_handler() local
52 MAKE_STD_ZVAL(retval); in ps_call_handler()
55 retval = NULL; in ps_call_handler()
62 return retval; in ps_call_handler()
72 if (retval) { \
119 if (retval) { in PS_CLOSE_FUNC()
137 if (retval) { in PS_READ_FUNC()
139 *val = estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in PS_READ_FUNC()
191 zval *retval = NULL; in PS_CREATE_SID_FUNC() local
195 if (retval) { in PS_CREATE_SID_FUNC()
[all …]
H A Dsession.c125 int retval = SUCCESS; in php_session_destroy() local
133 retval = FAILURE; in php_session_destroy()
140 return retval; in php_session_destroy()
2618 int retval = SUCCESS;
2621 retval = php_session_rfc1867_orig_callback(event, event_data, extra TSRMLS_CC);
2624 return retval;
2796 return retval;
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c322 zend_object_value retval; in reflection_objects_new() local
331 retval.handlers = &reflection_object_handlers; in reflection_objects_new()
332 return retval; in reflection_objects_new()
3749 add_next_index_zval(retval, method); in _addmethod()
3758 zval *retval = va_arg(args, zval*); in _addmethod_va() local
3912 zval *retval = va_arg(args, zval*); in _addproperty() local
3922 add_next_index_zval(retval, property); in _addproperty()
3951 add_next_index_zval(retval, property); in _adddynproperty()
5293 zval *retval = va_arg(args, zval*); in _addconstant() local
5327 zval *retval = va_arg(args, zval*); in _addinientry() local
[all …]

Completed in 430 milliseconds

12345678