Searched refs:string_length (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/sqlite3/tests/ |
H A D | stream_test.inc | 6 public static $string_length = 10; 29 return array('size' => self::$string_length); 39 return ($this->position >= self::$string_length);
|
H A D | sqlite3_openblob_wrongparams.phpt | 13 public static $string_length = 10; 36 return array('size' => self::$string_length); 46 return ($this->position >= self::$string_length);
|
/PHP-5.6/ext/standard/ |
H A D | proc_open.c | 85 uint string_length, cnt, l, sizeenv=0, el_len; in _php_array_to_envp() local 133 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp() 135 if (string_length == 0) { in _php_array_to_envp() 138 sizeenv += string_length; in _php_array_to_envp() 167 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp() 169 if (string_length == 0) { in _php_array_to_envp() 173 l = string_length + el_len + 1; in _php_array_to_envp() 174 memcpy(p, string_key, string_length); in _php_array_to_envp()
|
/PHP-5.6/ext/spl/ |
H A D | spl_array.c | 944 uint string_length; in spl_array_skip_protected() local 949 …if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == H… in spl_array_skip_protected() 957 if (!string_length || string_key[0] || string_length == 1) { in spl_array_skip_protected()
|
/PHP-5.6/ext/dom/ |
H A D | php_dom.c | 506 uint string_length = 0; in dom_get_debug_info_helper() local 514 &string_length, &num_key, 0, &pos) != HASH_KEY_IS_STRING) { in dom_get_debug_info_helper() 534 zend_hash_add(debug_info, string_key, string_length, in dom_get_debug_info_helper()
|
Completed in 19 milliseconds