Home
last modified time | relevance | path

Searched refs:string_length (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/sqlite3/tests/
H A Dstream_test.inc6 public static $string_length = 10;
29 return array('size' => self::$string_length);
39 return ($this->position >= self::$string_length);
H A Dsqlite3_openblob_wrongparams.phpt13 public static $string_length = 10;
36 return array('size' => self::$string_length);
46 return ($this->position >= self::$string_length);
/PHP-5.5/ext/standard/
H A Dproc_open.c84 uint string_length, cnt, l, sizeenv=0, el_len; in _php_array_to_envp() local
132 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
134 if (string_length == 0) { in _php_array_to_envp()
137 sizeenv += string_length; in _php_array_to_envp()
166 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
168 if (string_length == 0) { in _php_array_to_envp()
172 l = string_length + el_len + 1; in _php_array_to_envp()
173 memcpy(p, string_key, string_length); in _php_array_to_envp()
/PHP-5.5/ext/spl/
H A Dspl_array.c929 uint string_length; in spl_array_skip_protected() local
934 …if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == H… in spl_array_skip_protected()
942 if (!string_length || string_key[0] || string_length == 1) { in spl_array_skip_protected()
/PHP-5.5/ext/dom/
H A Dphp_dom.c505 uint string_length = 0; in dom_get_debug_info_helper() local
513 &string_length, &num_key, 0, &pos) != HASH_KEY_IS_STRING) { in dom_get_debug_info_helper()
533 zend_hash_add(debug_info, string_key, string_length, in dom_get_debug_info_helper()

Completed in 23 milliseconds