function_name_strval 951 Zend/zend_object_handlers.c static inline zend_function *zend_check_private_int(zend_function *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen, ulong hash_value TSRMLS_DC) /* {{{ */ function_name_strval 973 Zend/zend_object_handlers.c if (zend_hash_quick_find(&ce->function_table, function_name_strval, function_name_strlen+1, hash_value, (void **) &fbc)==SUCCESS function_name_strval 986 Zend/zend_object_handlers.c ZEND_API int zend_check_private(zend_function *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen TSRMLS_DC) /* {{{ */ function_name_strval 988 Zend/zend_object_handlers.c return zend_check_private_int(fbc, ce, function_name_strval, function_name_strlen, zend_hash_func(function_name_strval, function_name_strlen+1) TSRMLS_CC) != NULL; function_name_strval 1179 Zend/zend_object_handlers.c ZEND_API zend_function *zend_std_get_static_method(zend_class_entry *ce, const char *function_name_strval, int function_name_strlen, const zend_literal *key TSRMLS_DC) /* {{{ */ function_name_strval 1192 Zend/zend_object_handlers.c zend_str_tolower_copy(lc_function_name, function_name_strval, function_name_strlen); function_name_strval 1216 Zend/zend_object_handlers.c return zend_get_user_call_function(ce, function_name_strval, function_name_strlen); function_name_strval 1218 Zend/zend_object_handlers.c return zend_get_user_callstatic_function(ce, function_name_strval, function_name_strlen); function_name_strval 1243 Zend/zend_object_handlers.c fbc = zend_get_user_callstatic_function(ce, function_name_strval, function_name_strlen); function_name_strval 1245 Zend/zend_object_handlers.c zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : ""); function_name_strval 1253 Zend/zend_object_handlers.c fbc = zend_get_user_callstatic_function(ce, function_name_strval, function_name_strlen); function_name_strval 1255 Zend/zend_object_handlers.c zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : ""); function_name_strval 158 Zend/zend_object_handlers.h ZEND_API union _zend_function *zend_std_get_static_method(zend_class_entry *ce, const char *function_name_strval, int function_name_strlen, const struct _zend_literal *key TSRMLS_DC); function_name_strval 173 Zend/zend_object_handlers.h ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_name_strval, int function_name_strlen TSRMLS_DC); function_name_strval 2426 Zend/zend_vm_def.h char *function_name_strval; function_name_strval 2443 Zend/zend_vm_def.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 2461 Zend/zend_vm_def.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((OP2_TYPE == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 2463 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 2477 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 2548 Zend/zend_vm_def.h char *function_name_strval = NULL; function_name_strval 2553 Zend/zend_vm_def.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 2564 Zend/zend_vm_def.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 2569 Zend/zend_vm_def.h if (function_name_strval) { function_name_strval 2571 Zend/zend_vm_def.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 2573 Zend/zend_vm_def.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((OP2_TYPE == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 2576 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 2656 Zend/zend_vm_def.h char *function_name_strval, *lcname; function_name_strval 2664 Zend/zend_vm_def.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 2666 Zend/zend_vm_def.h if (function_name_strval[0] == '\\') { function_name_strval 2668 Zend/zend_vm_def.h lcname = zend_str_tolower_dup(function_name_strval + 1, function_name_strlen); function_name_strval 2670 Zend/zend_vm_def.h lcname = zend_str_tolower_dup(function_name_strval, function_name_strlen); function_name_strval 2673 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); function_name_strval 1461 Zend/zend_vm_execute.h char *function_name_strval, *lcname; function_name_strval 1469 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 1471 Zend/zend_vm_execute.h if (function_name_strval[0] == '\\') { function_name_strval 1473 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval + 1, function_name_strlen); function_name_strval 1475 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval, function_name_strlen); function_name_strval 1478 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); function_name_strval 1804 Zend/zend_vm_execute.h char *function_name_strval, *lcname; function_name_strval 1812 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 1814 Zend/zend_vm_execute.h if (function_name_strval[0] == '\\') { function_name_strval 1816 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval + 1, function_name_strlen); function_name_strval 1818 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval, function_name_strlen); function_name_strval 1821 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); function_name_strval 2003 Zend/zend_vm_execute.h char *function_name_strval, *lcname; function_name_strval 2011 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 2013 Zend/zend_vm_execute.h if (function_name_strval[0] == '\\') { function_name_strval 2015 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval + 1, function_name_strlen); function_name_strval 2017 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval, function_name_strlen); function_name_strval 2020 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); function_name_strval 2240 Zend/zend_vm_execute.h char *function_name_strval, *lcname; function_name_strval 2248 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 2250 Zend/zend_vm_execute.h if (function_name_strval[0] == '\\') { function_name_strval 2252 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval + 1, function_name_strlen); function_name_strval 2254 Zend/zend_vm_execute.h lcname = zend_str_tolower_dup(function_name_strval, function_name_strlen); function_name_strval 2257 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined function %s()", function_name_strval); function_name_strval 3862 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 3867 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 3878 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 3883 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 3885 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 3887 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 3890 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 4864 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 4869 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 4880 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 4885 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 4887 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 4889 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 4892 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 5728 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 5733 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 5744 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 5749 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 5751 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 5753 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 5756 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 6463 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 6468 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 6479 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 6484 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 6486 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 6488 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_UNUSED == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 6491 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 7322 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 7327 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 7338 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 7343 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 7345 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 7347 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 7350 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 9287 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 9304 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 9322 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 9324 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 9338 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 10152 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 10169 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 10187 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 10189 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 10203 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 11018 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 11035 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 11053 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 11055 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 11069 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 12464 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 12481 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 12499 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 12501 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 12515 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 15712 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 15729 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 15747 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 15749 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 15763 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 15833 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 15838 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 15849 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 15854 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 15856 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 15858 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 15861 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 18065 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 18082 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 18100 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 18102 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 18116 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 18187 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 18192 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 18203 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 18208 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 18210 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 18212 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 18215 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 20383 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 20400 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 20418 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 20420 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 20434 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 20505 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 20510 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 20521 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 20526 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 20528 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 20530 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 20533 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 21953 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 21958 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 21969 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 21974 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 21976 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 21978 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_UNUSED == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 21981 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 23853 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 23870 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 23888 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 23890 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 23904 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 23974 Zend/zend_vm_execute.h char *function_name_strval = NULL; function_name_strval 23979 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(opline->op2.zv); function_name_strval 23990 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 23995 Zend/zend_vm_execute.h if (function_name_strval) { function_name_strval 23997 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, function_name_strval, function_name_strlen TSRMLS_CC); function_name_strval 23999 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 24002 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, function_name_strval); function_name_strval 25503 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 25520 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 25538 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 25540 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 25554 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 26916 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 26933 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 26951 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 26953 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 26967 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 28238 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 28255 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 28273 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 28275 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 28289 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 29990 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 30007 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 30025 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 30027 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 30041 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 33241 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 33258 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 33276 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CONST == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 33278 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 33292 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 35365 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 35382 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 35400 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_TMP_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 35402 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 35416 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 37545 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 37562 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 37580 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_VAR == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 37582 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 37596 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object))); function_name_strval 40728 Zend/zend_vm_execute.h char *function_name_strval; function_name_strval 40745 Zend/zend_vm_execute.h function_name_strval = Z_STRVAL_P(function_name); function_name_strval 40763 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_name_strlen, ((IS_CV == IS_CONST) ? (opline->op2.literal + 1) : NULL) TSRMLS_CC); function_name_strval 40765 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), function_name_strval); function_name_strval 40779 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to a member function %s() on %s", function_name_strval, zend_get_type_by_const(Z_TYPE_P(call->object)));