Home
last modified time | relevance | path

Searched refs:name (Results 2126 – 2150 of 2409) sorted by relevance

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

/php-src/Zend/tests/attributes/
H A D006_filter.phpt2 Attributes can be filtered by name and base type.
/php-src/ext/standard/tests/strings/
H A Dprint_basic.phpt38 // Using single quotes will print the variable name, not the value
/php-src/ext/openssl/tests/
H A Decc_custom_params.phpt103 Warning: openssl_pkey_new(): Unknown elliptic curve (short) name invalid_curve_name in %s on line %d
/php-src/ext/snmp/tests/
H A Dsnmpwalk.phpt90 Warning: snmpwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in this M…
/php-src/ext/session/tests/user_session_module/
H A Dbasic_set_save_handler_test02.phpt9 session.name=PHPSESSID
H A Dsession_set_save_handler_closures.phpt5 session.name=PHPSESSID
H A Dsession_set_save_handler_variation5.phpt9 session.name=PHPSESSID
/php-src/ext/pdo/
H A Dpdo_dbh.stub.php201 public function lastInsertId(?string $name = null): string|false {}
/php-src/ext/filter/
H A Dfilter_arginfo.h38 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
/php-src/ext/dom/tests/
H A Dbug67949.phpt54 var_dump($anchor->attributes[0]->name);
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt32 foreach ($xpath->query("//*[name()='body']//*") as $node) {
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt30 ["name"]=>
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp152 ZVAL_STRING(&val, const_cast<char*>(typeid(*biter).name())); in BreakIterator_get_debug_info()
/php-src/ext/odbc/
H A Dphp_odbc_includes.h205 char name[256]; member
/php-src/Zend/
H A Dzend_vm_opcodes.h82 ZEND_API uint8_t zend_get_opcode_id(const char *name, size_t length);
H A Dzend_ini_scanner.l53 #define STATE(name) yyc##name argument
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata.phpt91 ["name"]=>
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md16 The error code (an integer) can be converter to the corresponding enum name
21 the name of the function that failed in order to make debugging easier (though
/php-src/ext/standard/tests/array/
H A Darray_fill_object.phpt149 echo "class name is ConcreteClass1 \n";
165 echo "class name is Template1\n";
/php-src/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt33 $filename = __DIR__."/fwrite_variation2.tmp"; // this is name of the file
74 delete_file($filename); // delete file with name fwrite_variation2.tmp
H A Dfwrite_variation2.phpt33 $filename = __DIR__."/fwrite_variation2.tmp"; // this is name of the file
74 delete_file($filename); // delete file with name fwrite_variation2.tmp
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h40 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
74 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
81 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
88 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
/php-src/ext/iconv/
H A Diconv.c158 static php_output_handler *php_iconv_output_handler_init(const char *name, size_t name_len, size_t …
2234 zend_string *name; in PHP_FUNCTION() local
2246 name = ZSTR_INIT_LITERAL("iconv.input_encoding", 0); in PHP_FUNCTION()
2248 name = ZSTR_INIT_LITERAL("iconv.output_encoding", 0); in PHP_FUNCTION()
2250 name = ZSTR_INIT_LITERAL("iconv.internal_encoding", 0); in PHP_FUNCTION()
2255 retval = zend_alter_ini_entry(name, charset, PHP_INI_USER, PHP_INI_STAGE_RUNTIME); in PHP_FUNCTION()
2256 zend_string_release_ex(name, 0); in PHP_FUNCTION()
2581 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, ui… in php_iconv_stream_filter_factory_create() argument
2588 if ((from_charset = strchr(name, '.')) == NULL) { in php_iconv_stream_filter_factory_create()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c386 #define HAVE_FACILITY(name, bit) \ argument
387 static SLJIT_INLINE int name() \
434 #define SLJIT_S390X_RR(name, pattern) \ argument
467 #define SLJIT_S390X_RRE(name, pattern) \ argument
592 #define SLJIT_S390X_RXA(name, pattern) \ argument
624 #define SLJIT_S390X_RXYA(name, pattern, cond) \ argument
673 #define SLJIT_S390X_RSYA(name, pattern, cond) \ argument
696 #define SLJIT_S390X_RIEF(name, pattern) \ argument
731 #define SLJIT_S390X_RRFC(name, pattern) \ argument
749 #define SLJIT_S390X_RIEG(name, pattern) \ argument
[all …]
/php-src/ext/date/
H A Dphp_date_arginfo.h821 attribute_Deprecated_func_strftime_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_php_date_symbols()
826 attribute_Deprecated_func_strftime_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_php_date_symbols()
833 attribute_Deprecated_func_gmstrftime_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_php_date_symbols()
838 attribute_Deprecated_func_gmstrftime_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_php_date_symbols()
845 attribute_Deprecated_func_date_sunrise_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_php_date_symbols()
850 attribute_Deprecated_func_date_sunrise_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_php_date_symbols()
857 attribute_Deprecated_func_date_sunset_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_php_date_symbols()
862 attribute_Deprecated_func_date_sunset_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_php_date_symbols()

Completed in 69 milliseconds

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