Home
last modified time | relevance | path

Searched refs:table (Results 476 – 500 of 531) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/mbstring/tests/data/
H A DCP850.txt2 # Name: cp850_DOSLatin1 to Unicode table
H A DCP866.txt2 # Name: cp866_DOSCyrillicRussian to Unicode table
H A DCP1252.txt2 # Name: cp1252 to Unicode table
H A D8859-10.txt15 # This table contains the data the Unicode Consortium has on how
H A D8859-14.txt16 # This table contains the data the Unicode Consortium has on how
H A D8859-16.txt17 # This table contains the data the Unicode Consortium has on how
H A D8859-2.txt15 # This table contains the data the Unicode Consortium has on how
H A D8859-4.txt15 # This table contains the data the Unicode Consortium has on how
H A DKOI8-R.txt15 # This table contains the data the Unicode Consortium has on how
H A DKOI8-U.txt17 # This table contains the data the Unicode Consortium has on how
/php-src/ext/standard/html_tables/mappings/
H A D8859-5.TXT27 # This table contains the data the Unicode Consortium has on how
H A DCP1252.TXT2 # Name: cp1252 to Unicode table
H A DCP866.TXT2 # Name: cp866_DOSCyrillicRussian to Unicode table
H A D8859-1.TXT27 # This table contains the data the Unicode Consortium has on how
H A D8859-15.TXT28 # This table contains the data the Unicode Consortium has on how
H A DKOI8-R.TXT27 # This table contains the data the Unicode Consortium has on how
/php-src/ext/mysqli/tests/
H A Dmysqli_report.phpt29 require_once 'table.inc';
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua51 local _t = table
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h93 ZEND_ARG_TYPE_INFO(0, table, IS_STRING, 0)
/php-src/ext/curl/
H A Dinterface.c236 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n);
469 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc() argument
518 zend_get_gc_buffer_use(gc_buffer, table, n); in curl_get_gc()
/php-src/ext/spl/
H A Dspl_array.c1626 static HashTable *spl_array_it_get_gc(zend_object_iterator *iter, zval **table, int *n) in spl_array_it_get_gc() argument
1629 *table = &iter->data; in spl_array_it_get_gc()
/php-src/build/
H A Dgen_stub.php1951 $table = $doc->createElement('informaltable');
1952 $table->append(
1958 return $table;
1971 $table = $this->generateDocbookInformalTable(
1978 $refSec->appendChild($table);
/php-src/
H A D.gdbinit414 dumps a function table (HashTable)
/php-src/ext/sockets/
H A Dsockets.c141 static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) in socket_get_gc() argument
145 *table = &socket->zstream; in socket_get_gc()
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar1421 * intermediate coverage_per_file table to speed things up at rendering
1444 echo "Updating coverage per-file intermediate table\n";

Completed in 81 milliseconds

1...<<11121314151617181920>>...22