Home
last modified time | relevance | path

Searched refs:name (Results 2201 – 2225 of 2408) sorted by relevance

1...<<81828384858687888990>>...97

/php-src/ext/opcache/jit/ir/
H A Dir_save.c100 fprintf(f, "func %s", ir_get_str(ctx, insn->val.name)); in ir_save()
103 fprintf(f, "sym(%s)", ir_get_str(ctx, insn->val.name)); in ir_save()
H A Dir_dump.c55 void ir_dump_dot(const ir_ctx *ctx, const char *name, FILE *f) in ir_dump_dot() argument
64 fprintf(f, "digraph %s {\n", name); in ir_dump_dot()
490 fprintf(f, "func %s", ir_get_str(ctx, insn->val.name)); in ir_dump_codegen()
493 fprintf(f, "sym(%s)", ir_get_str(ctx, insn->val.name)); in ir_dump_codegen()
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt86 // F - file name
88 // hopefully we'll never see a file name that's not covered by this regular expression...
H A Dmysqli_fetch_object_oo.phpt126 TypeError: mysqli_result::fetch_object(): Argument #1 ($class) must be a valid class name, this_cla…
/php-src/ext/date/lib/
H A Dtimelib.h191 char *name; member
346 const char *name; member
/php-src/ext/spl/
H A Dspl_iterators.c520 ZSTR_VAL(ce->name)); in spl_get_iterator_from_aggregate()
893 …d_throw_error(NULL, "The %s instance wasn't initialized properly", ZSTR_VAL((*zobject)->ce->name)); in spl_recursive_it_get_method()
1248 ZSTR_VAL((spl_ce_##classname)->name), ZSTR_VAL((spl_ce_##classname)->name)); \
1279 …ception, 0, "%s::getIterator() must be called exactly once per instance", ZSTR_VAL(ce_base->name)); in spl_dual_it_construct()
2395 … not fetch string value (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name)); in PHP_METHOD()
2429 …es not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name)); in PHP_METHOD()
2452 …es not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name)); in PHP_METHOD()
2478 …es not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name)); in PHP_METHOD()
2499 …es not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name)); in PHP_METHOD()
2517 …es not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(ZEND_THIS)->name)); in PHP_METHOD()
[all …]
/php-src/ext/mysqli/
H A Dmysqli_api.c295 char * name = NULL; in PHP_FUNCTION() local
298 …RGS(), getThis(), "O|ls!", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAIL… in PHP_FUNCTION()
303 if (FAIL == mysqlnd_commit(mysql->mysql, flags, name)) { in PHP_FUNCTION()
1377 char * name = NULL; in PHP_FUNCTION() local
1380 …RGS(), getThis(), "O|ls!", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAIL… in PHP_FUNCTION()
1386 if (FAIL == mysqlnd_rollback(mysql->mysql, flags, name)) { in PHP_FUNCTION()
/php-src/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc83 '12345678', // have a mode that allows the name to overflow
/php-src/ext/standard/tests/array/
H A Dsizeof_object2.phpt58 echo " class name is : concrete_class \n ";
/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation1.phpt19 $filename = __DIR__."/fseek_ftell_rewind_variation1.tmp"; // this is name of the file created by cr…
46 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation2-win32.phpt25 $filename = __DIR__."/fseek_ftell_rewind_variation2.tmp"; // this is name of the file created by cr…
55 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_variation2.phpt25 $filename = __DIR__."/fseek_ftell_rewind_variation2.tmp"; // this is name of the file created by cr…
55 delete_file($filename); // delete file with name
H A Dfwrite_variation1-win32-mb.phpt33 $filename = __DIR__."/fwrite_variation1私はガラスを食べられます1.tmp"; // this is name of the file
65 delete_file($filename); // delete file with name fwrite_variation1.tmp
H A Dfwrite_variation1.phpt26 $filename = __DIR__."/fwrite_variation1.tmp"; // this is name of the file
58 delete_file($filename); // delete file with name fwrite_variation1.tmp
H A Dsymlink_link_linkinfo_is_link_variation1.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link name stored in…
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c312 static zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval *key) in saproxy_method_get() argument
326 return zend_string_copy(php_com_saproxy_class_entry->name); in saproxy_class_name_get()
/php-src/tests/lang/
H A D028.phpt37 function SetMyName($name) {
38 $this->myname = $name;
52 print $name=call_user_func(array(&$dafna,"GetMyName"));
H A Dbug20175.phpt85 * Storing a reference to a new instance (that's where the name of the test
/php-src/main/streams/
H A Dxp_socket.c595 bool is_abstract_ns = xparam->inputs.namelen > 0 && xparam->inputs.name[0] == '\0'; in parse_unix_address()
612 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address()
659 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c255 {JIT_STUB_PREFIX #name, zend_jit_ ## name ## _stub, flags},
335 const char *name; member
2763 if (name) fprintf(stderr, "%s: ; after folding\n", name); in zend_jit_ir_compile()
2782 if (name) fprintf(stderr, "%s: ; after SCCP\n", name); in zend_jit_ir_compile()
2791 if (name) fprintf(stderr, "%s: ; after CFG\n", name); in zend_jit_ir_compile()
2798 if (name) fprintf(stderr, "%s: ; after GCM\n", name); in zend_jit_ir_compile()
2805 if (name) fprintf(stderr, "%s: ; after schedule\n", name); in zend_jit_ir_compile()
2828 if (name) fprintf(stderr, "%s: ; codegen\n", name); in zend_jit_ir_compile()
2831 if (name) fprintf(stderr, "%s: ; final\n", name); in zend_jit_ir_compile()
16688 jit->name = zend_string_copy(name);
[all …]
/php-src/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt11 echo "Modifiers for method $method->class::$method->name():\n";
/php-src/Zend/
H A Dzend_smart_str.c231 smart_str_append(dest, Z_OBJCE_P(value)->name); in smart_str_append_zval()
/php-src/ext/dba/
H A Ddba_cdb.c323 if (!strcmp(hnd->name, "cdb")) { in DBA_INFO_FUNC()
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc93 * Temporary failure in name resolution in test_helpers.inc on line 91 */
/php-src/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_PREREQFUNCTION.phpt174 …ption CURLOPT_PREREQFUNCTION, function "function_does_not_exist" not found or invalid function name

Completed in 98 milliseconds

1...<<81828384858687888990>>...97