Home
last modified time | relevance | path

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

/PHP-5.3/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.3/win32/
H A Dinet.c49 DWORD string_length = size; in inet_ntop() local
72 if (WSAAddressToString ((LPSOCKADDR) &sa, address_length, NULL, dst, &string_length) == 0) { in inet_ntop()
/PHP-5.3/ext/standard/
H A Dproc_open.c85 uint string_length, cnt, l, sizeenv=0, el_len; in _php_array_to_envp() local
124 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
126 if (string_length == 0) { in _php_array_to_envp()
129 sizeenv += string_length+1; in _php_array_to_envp()
151 …switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_length, &num_key, 0, &pos))… in _php_array_to_envp()
153 if (string_length == 0) { in _php_array_to_envp()
158 if (zend_hash_exists(&BG(sm_protected_env_vars), string_key, string_length - 1)) { in _php_array_to_envp()
184 l = string_length + el_len + 1; in _php_array_to_envp()
185 memcpy(p, string_key, string_length); in _php_array_to_envp()
H A Darray.c925 uint string_length; in PHP_FUNCTION() local
932 switch (zend_hash_get_current_key_ex(array, &string_key, &string_length, &num_key, 0, NULL)) { in PHP_FUNCTION()
934 RETVAL_STRINGL(string_key, string_length - 1, 1); in PHP_FUNCTION()
/PHP-5.3/ext/spl/
H A Dspl_array.c873 uint string_length; in spl_array_skip_protected() local
878 …if (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 0, &intern->pos) == H… in spl_array_skip_protected()
879 if (!string_length || string_key[0]) { in spl_array_skip_protected()
1513 uint string_length; in spl_array_iterator_key() local
1527 …switch (zend_hash_get_current_key_ex(aht, &string_key, &string_length, &num_key, 1, &intern->pos))… in spl_array_iterator_key()
1529 RETVAL_STRINGL(string_key, string_length - 1, 0); in spl_array_iterator_key()
/PHP-5.3/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 77 milliseconds