/PHP-5.4/Zend/ |
H A D | zend_list.c | 38 zend_rsrc_list_entry le; in zend_list_insert() local 40 le.ptr=ptr; in zend_list_insert() 41 le.type=type; in zend_list_insert() 42 le.refcount=1; in zend_list_insert() 52 zend_rsrc_list_entry *le; in _zend_list_delete() local 56 if (--le->refcount<=0) { in _zend_list_delete() 69 zend_rsrc_list_entry *le; in _zend_list_find() local 72 *type = le->type; in _zend_list_find() 73 return le->ptr; in _zend_list_find() 82 zend_rsrc_list_entry *le; in _zend_list_addref() local [all …]
|
H A D | zend_compile.c | 717 zend_llist_element *le; in zend_do_fetch_static_member() local 1261 zend_llist_element *le; in zend_do_if_end() local 1264 for (le=jmp_list_ptr->head; le; le = le->next) { in zend_do_if_end() 1298 zend_llist_element *le; in zend_do_end_variable_parse() local 1309 if (le) { in zend_do_end_variable_parse() 1323 le = le->next; in zend_do_end_variable_parse() 1334 while (le) { in zend_do_end_variable_parse() 1341 le = le->next; in zend_do_end_variable_parse() 1380 le = le->next; in zend_do_end_variable_parse() 5656 while (le) { in zend_do_list_end() [all …]
|
/PHP-5.4/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 10 "le", "<=", 112 1.0-dev le 1.0-dev : true 126 1.0-dev le 1.0a1 : true 140 1.0-dev le 1.0b1 : true 154 1.0-dev le 1.0RC1 : true 168 1.0-dev le 1.0rc1 : true 182 1.0-dev le 1.0 : true 196 1.0-dev le 1.0pl1 : true 224 1.0a1 le 1.0a1 : true 238 1.0a1 le 1.0b1 : true [all …]
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | chunk_split_variation3.phpt | 103 string(52) "This-2345 is -2345simp-2345le s-2345trin-2345g.-2345" 105 string(46) "This10.5 is 10.5simp10.5le s10.5trin10.5g.10.5" 107 string(52) "This-10.5 is -10.5simp-10.5le s-10.5trin-10.5g.-10.5" 111 string(100) "This1.07654321E-9 is 1.07654321E-9simp1.07654321E-9le s1.07654321E-9trin1.07654321E-9g… 113 string(40) "This0.5 is 0.5simp0.5le s0.5trin0.5g.0.5"
|
H A D | sprintf_variation48.phpt | 24 "%e", "%he", "%le",
|
H A D | sprintf_variation51.phpt | 22 "%e", "%he", "%le",
|
H A D | vsprintf_variation17.phpt | 20 '%le %Le %4e %-4e',
|
H A D | vprintf_variation17.phpt | 20 '%le %Le %4e %-4e',
|
H A D | vfprintf_variation17.phpt | 20 '%le %Le %4e %-4e',
|
H A D | chunk_split_variation4.phpt | 102 le h
|
H A D | str_split_variation3.phpt | 135 string(7) "le "
|
H A D | vfprintf_variation18.phpt | 20 %le %Le %4e %-4e
|
H A D | vprintf_variation18.phpt | 20 %le %Le %4e %-4e
|
H A D | vsprintf_variation18.phpt | 20 %le %Le %4e %-4e
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | mb_strtolower_variation3.phpt | 22 $string_mixed = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8… 23 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu… 51 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
|
H A D | mb_strtoupper_variation3.phpt | 22 $string_mixed_upper = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu… 23 $string_mixed_lower = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCcGhwLiAwMTIzNO+8le+8lu… 52 string(80) "5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCUEhQLiAwMTIzNO+8le+8lu+8l++8mO+8meOAgg=="
|
/PHP-5.4/ext/dba/ |
H A D | dba.c | 453 return le->ptr == pDba; in dba_close_pe_rsrc_deleter() 591 zend_rsrc_list_entry *le; in php_dba_find() local 600 if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { in php_dba_find() 601 info = (dba_info *)(le->ptr); in php_dba_find() 603 return (dba_info *)(le->ptr); in php_dba_find() 649 zend_rsrc_list_entry *le; in php_dba_open() local 665 if (Z_TYPE_P(le) != le_pdb) { in php_dba_open() 669 info = (dba_info *)le->ptr; in php_dba_open() 1231 zend_rsrc_list_entry *le; in PHP_FUNCTION() local 1245 if (Z_TYPE_P(le) == le_db || Z_TYPE_P(le) == le_pdb) { in PHP_FUNCTION() [all …]
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 25 "PE" => "�le-du-Prince-�douard", 41 string(21) "�le-du-Prince-�douard"
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli_nonapi.c | 71 zend_rsrc_list_entry *le; local 165 if (zend_hash_find(&EG(persistent_list), hash_key, hash_len + 1, (void **)&le) == SUCCESS) { 166 if (Z_TYPE_P(le) == php_le_pmysqli()) { 167 plist = (mysqli_plist_entry *) le->ptr; 194 zend_rsrc_list_entry le; local 195 le.type = php_le_pmysqli(); 196 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry)); 199 zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 70 if (le->ptr == pContext) { in _php_stream_release_context() 71 return --le->refcount == 0; in _php_stream_release_context() 119 zend_rsrc_list_entry *le; in php_stream_from_persistent_id() local 122 if (Z_TYPE_P(le) == le_pstream) { in php_stream_from_persistent_id() 144 le->refcount++; in php_stream_from_persistent_id() 318 zend_rsrc_list_entry le; in _php_stream_alloc() local 320 Z_TYPE(le) = le_pstream; in _php_stream_alloc() 321 le.ptr = ret; in _php_stream_alloc() 322 le.refcount = 0; in _php_stream_alloc() 326 (void *)&le, sizeof(le), NULL)) { in _php_stream_alloc() [all …]
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_dbh.c | 280 zend_rsrc_list_entry *le; in PHP_METHOD() local 302 if (SUCCESS == zend_hash_find(&EG(persistent_list), hashkey, plen+1, (void*)&le)) { in PHP_METHOD() 303 if (Z_TYPE_P(le) == php_pdo_list_entry()) { in PHP_METHOD() 304 pdbh = (pdo_dbh_t*)le->ptr; in PHP_METHOD() 387 zend_rsrc_list_entry le; in PHP_METHOD() local 393 le.type = php_pdo_list_entry(); in PHP_METHOD() 394 le.ptr = dbh; in PHP_METHOD() 397 (char*)dbh->persistent_id, dbh->persistent_id_len, (void*)&le, in PHP_METHOD() 398 sizeof(le), NULL)) { in PHP_METHOD()
|
/PHP-5.4/ext/interbase/ |
H A D | interbase.c | 899 zend_rsrc_list_entry new_index_ptr, *le; in _php_ibase_connect() local 941 if (SUCCESS == zend_hash_find(&EG(regular_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect() 945 if (Z_TYPE_P(le) != le_index_ptr) { in _php_ibase_connect() 949 xlink = (long) le->ptr; in _php_ibase_connect() 959 switch (zend_hash_find(&EG(persistent_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect() 968 if (Z_TYPE_P(le) != le_plink) { in _php_ibase_connect() 972 ib_link = (ibase_db_link *) le->ptr; in _php_ibase_connect()
|
/PHP-5.4/ext/oci8/ |
H A D | oci8.c | 140 static int php_oci_persistent_helper(zend_rsrc_list_entry *le TSRMLS_DC); 1424 zend_rsrc_list_entry *le; in php_oci_pconnection_list_np_dtor() local 1444 …h_key, strlen(connection->hash_key)+1, (void **) &le)== SUCCESS) && (le->type == le_pconnection) &… in php_oci_pconnection_list_np_dtor() 1761 zend_rsrc_list_entry *le; in php_oci_do_connect_ex() local 1894 if (le->type == le_pconnection) { in php_oci_do_connect_ex() 1895 connection = (php_oci_connection *)le->ptr; in php_oci_do_connect_ex() 1899 if (le->type == le_index_ptr) { in php_oci_do_connect_ex() 1903 link = OCI8_PTR_TO_INT(le->ptr); in php_oci_do_connect_ex() 2012 le->ptr = NULL; in php_oci_do_connect_ex() 2687 if (le->type == le_pconnection) { in php_oci_persistent_helper() [all …]
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | fscanf_variation47.phpt | 34 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
|
H A D | fscanf_variation50.phpt | 31 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
|