Home
last modified time | relevance | path

Searched refs:function_name (Results 51 – 70 of 70) sorted by relevance

123

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c124 ZVAL_STRINGL(&fci.function_name, lc_name, name->len); in phpdbg_call_register()
203 zval_dtor(&fci.function_name); in phpdbg_call_register()
1878 } else if (data->func->internal_function.function_name) { in phpdbg_force_interruption()
1879 …s\"", "Current opline: in internal function %s", data->func->internal_function.function_name->val); in phpdbg_force_interruption()
H A Dphpdbg_list.c183 …n=\"%s\"", "The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name)); in phpdbg_list_function()
/PHP-7.0/Zend/
H A Dzend_execute.c646 const char *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_arg_error()
912 …const char *func_name = EX(func)->common.function_name ? ZSTR_VAL(EX(func)->common.function_name) … in zend_verify_missing_arg()
925 const char *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_return_error()
943 const char *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_internal_return_error()
2298 if (op_array->function_name) { in i_init_execute_data()
2559 zend_string_release(call->func->common.function_name); in cleanup_unfinished_calls()
H A Dzend_API.h47 zval function_name; member
301 ZEND_API int zend_disable_function(char *function_name, size_t function_name_length);
472 ZEND_API int call_user_function(HashTable *function_table, zval *object, zval *function_name, zval …
473 ZEND_API int call_user_function_ex(HashTable *function_table, zval *object, zval *function_name, zv…
H A Dzend_exceptions.c738 ZVAL_COPY_VALUE(&fci.function_name, &fname); in ZEND_METHOD()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c536 if (Z_FUNC(p->val)->common.function_name) { in accel_use_shm_interned_strings()
537 …Z_FUNC(p->val)->common.function_name = accel_new_interned_string(Z_FUNC(p->val)->common.function_n… in accel_use_shm_interned_strings()
580 if (Z_FUNC(q->val)->common.function_name) { in accel_use_shm_interned_strings()
581 …Z_FUNC(q->val)->common.function_name = accel_new_interned_string(Z_FUNC(q->val)->common.function_n… in accel_use_shm_interned_strings()
/PHP-7.0/ext/readline/
H A Dreadline_cli.c467 retval = strdup(ZSTR_VAL(func->common.function_name)); in cli_completion_generator_func()
/PHP-7.0/ext/curl/
H A Dinterface.c1457 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_write()
1507 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_fnmatch()
1564 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_progress()
1627 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_read()
1695 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_write_header()
/PHP-7.0/main/streams/
H A Duserspace.c308 ZVAL_UNDEF(&fci.function_name); in user_stream_create_object()
323 …cute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->constructor->common.function_name)); in user_stream_create_object()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1300 ZVAL_UNDEF(&fci.function_name); in php_mysqli_fetch_into_hash()
1328 …"Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name)); in php_mysqli_fetch_into_hash()
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c758 char *fname = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].function_name; in zend_optimize_block()
1997 …derr, "File %s func %s\n", op_array->filename, op_array->function_name? op_array->function_name : … in optimize_cfg()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c322 ZVAL_COPY_VALUE(&fci.function_name, &handler); in xsl_ext_function_php()
/PHP-7.0/ext/spl/
H A Dspl_iterators.c1586 if (Z_REFCOUNTED_P(&cfi->fci.function_name)) { in spl_dual_it_construct()
1587 Z_ADDREF(cfi->fci.function_name); in spl_dual_it_construct()
1981 …tiate_arg_ex2(Z_OBJCE_P(getThis()), return_value, &retval, &intern->u.cbfilter->fci.function_name); in SPL_METHOD()
2354 zval_ptr_dtor(&cbfilter->fci.function_name); in spl_dual_it_free_storage()
H A Dspl_directory.c2085 ZVAL_STR(&fci.function_name, func_ptr->common.function_name); in spl_filesystem_file_call()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c716 ZVAL_COPY_VALUE(&fc->fci.function_name, cb);
875 ZVAL_COPY_VALUE(&collation->fci.fci.function_name, &collation->cmp_func);
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c744 ZVAL_UNDEF(&fci->function_name); in do_fetch_class_prepare()
2654 ctor.function_name = zend_string_init("__construct", sizeof("__construct") - 1, 0); in row_get_ctor()
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar257 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
260 -f function_name ................. Name of PHP function, eg cos
/PHP-7.0/ext/xml/
H A Dxml.c491 ZVAL_COPY_VALUE(&fci.function_name, handler); in xml_call_handler()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c2795 ZVAL_UNDEF(&fci.function_name);
2823 …nd_ce_exception, 0, "Could not execute %s::%s()", ce->name, ce->constructor->common.function_name);
/PHP-7.0/ext/oci8/
H A Doci8.c510 ZEND_ARG_INFO(0, function_name)

Completed in 178 milliseconds

123