Home
last modified time | relevance | path

Searched refs:names (Results 151 – 175 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/standard/tests/dir/
H A Dreaddir_variation3-win32-mb.phpt39 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation3.phpt33 // store file names into an array so can use sorted in expected output
/PHP-7.3/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt2 Test semi-reserved method and constant names and trait conflict resolution
/PHP-7.3/ext/standard/tests/file/
H A Dis_executable_variation3.phpt2 Test is_executable() function: usage variations - invalid file names
H A Dis_readable_variation3.phpt2 Test is_readable() function: usage variations - invalid file names
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
H A Dstat_variation7-win32.phpt2 Test stat() functions: usage variations - names of dir/file stored in objects
17 /* test the stats of dir/file when their names are stored in objects */
H A Dfscanf.phpt102 Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d
H A Drmdir_variation1.phpt2 Test rmdir() function : usage variation - invalid file names
/PHP-7.3/ext/phar/tests/
H A D029.phpt2 Phar::loadPhar overloading alias names
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt2 Bug #75063 Many filesystem-related functions do not work with multibyte file names, cp1251
/PHP-7.3/
H A DREADME.EXT_SKEL28 as the main source and header files. Keep these names.
H A DREADME.SELF-CONTAINED-EXTENSIONS73 LTLIBRARY_SOURCES specifies the names of the sources files. You can
95 extension. The second names the source-code files. The third passes
/PHP-7.3/TSRM/
H A DLICENSE11 - Neither name of the copyright holders nor the names of their contributors
/PHP-7.3/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt2 finfo_open(): Testing magic_file names
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_begin_transaction.phpt106 /* does it like stupid names? */
110 /* does it like stupid names? */
/PHP-7.3/ext/zip/
H A DLICENSE_libzip17 3. The names of the authors may not be used to endorse or promote
/PHP-7.3/ext/pdo/tests/
H A Dbug_43130.phpt10 …'oci'))) die('skip not relevant for oci driver - Hyphen is not legal for bind names in Oracle DB');
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug68371.phpt2 PDO MySQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug68371.phpt2 PDO PgSQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h116 PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_extension_funcs_variation.phpt6 * Description: Returns an array with the names of the functions of a module.
/PHP-7.3/ext/oci8/tests/
H A Ddetails.inc35 * Common object names for scripts to use
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt6 * Description: Returns an array of method names for class or class instance.
/PHP-7.3/ext/standard/
H A Dvar.c755 HashTable names, *propers; in php_var_serialize_class() local
760 php_var_serialize_collect_names(&names, HASH_OF(retval_ptr)); in php_var_serialize_class()
762 smart_str_append_unsigned(buf, zend_hash_num_elements(&names)); in php_var_serialize_class()
768 ZEND_HASH_FOREACH_STR_KEY(&names, name) { in php_var_serialize_class()
831 zend_hash_destroy(&names); in php_var_serialize_class()

Completed in 30 milliseconds

12345678910