Searched refs:eg (Results 1 – 17 of 17) sorted by relevance
/PHP-8.2/ext/phar/tests/files/ |
H A D | openssl.cnf | 17 localityName = Locality Name (eg, city) 18 0.organizationName = Organization Name (eg, company) 20 organizationalUnitName = Organizational Unit Name (eg, section) 21 commonName = Common Name (eg, YOUR name)
|
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl.cnf | 25 localityName = Locality Name (eg, city) 26 0.organizationName = Organization Name (eg, company) 28 organizationalUnitName = Organizational Unit Name (eg, section) 29 commonName = Common Name (eg, YOUR name)
|
/PHP-8.2/ext/spl/tests/ |
H A D | spl_iterator_apply_error.phpt | 2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
|
/PHP-8.2/ |
H A D | .gdbinit | 15 set $eg = ((zend_executor_globals*) (*((void ***) $tsrm_ls))[executor_globals_id-1]) 17 set $eg_ptr = $eg 19 set $eg = executor_globals 26 portable way of accessing executor_globals, set $eg 34 set $cv_ex_ptr = $eg.current_execute_data 572 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var) 577 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var) 622 dump_bt $eg.current_execute_data 629 > (gdb) dump_bt $eg.current_execute_data
|
H A D | php.ini-development | 1039 ; writing directly to the schema, shadow tables (eg. FTS data tables), or
|
H A D | php.ini-production | 1041 ; writing directly to the schema, shadow tables (eg. FTS data tables), or
|
/PHP-8.2/ext/soap/tests/ |
H A D | custom_content_type.phpt | 2 SOAP customized Content-Type, eg. SwA use case
|
/PHP-8.2/ext/sockets/ |
H A D | config.m4 | 66 dnl checking the header is not enough (eg DragonFlyBSD)
|
/PHP-8.2/ext/pdo_odbc/tests/ |
H A D | common.phpt | 68 # other magic autodetection here, eg: for DB2 by inspecting env
|
/PHP-8.2/Zend/ |
H A D | zend_execute_API.c | 1460 zend_executor_globals *eg; in zend_timeout_handler() local 1468 eg = (zend_executor_globals *)arg; in zend_timeout_handler() 1469 zend_atomic_bool_store_ex(&eg->timed_out, true); in zend_timeout_handler() 1470 zend_atomic_bool_store_ex(&eg->vm_interrupt, true); in zend_timeout_handler() 1482 zend_executor_globals *eg; in zend_timeout_handler() local 1501 eg = ZEND_MODULE_GLOBALS_BULK(executor); in zend_timeout_handler() 1502 …if (!CreateTimerQueueTimer(&tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID*)eg, seconds*1… in zend_timeout_handler()
|
/PHP-8.2/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 143 0x7A: eg==
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic5.phpt | 729 [⪚] => ⪚
|
H A D | html_entity_decode_html5.phpt | 950 "⪚", 3084 ⪚ => ⪚ e2aa9a
|
H A D | htmlentities_html5.phpt | 1350 ⪚ U+02A9A
|
/PHP-8.2/docs/ |
H A D | streams.md | 55 * `mode` is the stdio compatible mode eg: "wb", "rb" etc.
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 284 array( 'eg)?T/{kKEH+{7XRT3^(6a?k>xK6F6\\-~eLSuI@AnhMk!\'>V:}_P_~<~', '7481744d' ),
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html5.txt | 945 eg 02A9A
|
Completed in 62 milliseconds